147d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light/*
247d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light * Copyright (C) 2017 The Android Open Source Project
347d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light *
447d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light * Licensed under the Apache License, Version 2.0 (the "License");
547d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light * you may not use this file except in compliance with the License.
647d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light * You may obtain a copy of the License at
747d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light *
847d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light *      http://www.apache.org/licenses/LICENSE-2.0
947d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light *
1047d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light * Unless required by applicable law or agreed to in writing, software
1147d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light * distributed under the License is distributed on an "AS IS" BASIS,
1247d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1347d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light * See the License for the specific language governing permissions and
1447d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light * limitations under the License.
1547d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light */
1647d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light
1747d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Lightpublic class Main {
1847d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light  public static void main(String[] args) throws Exception {
1947d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light    art.Test1913.run();
2047d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light  }
2147d49b842a87823df6ffda30bb21bd6d8e4d8641Alex Light}
22