1ce56864b347983155a6b810c19eaa8297d77be96Alex Light/*
2ce56864b347983155a6b810c19eaa8297d77be96Alex Light * Copyright (C) 2017 The Android Open Source Project
3ce56864b347983155a6b810c19eaa8297d77be96Alex Light *
4ce56864b347983155a6b810c19eaa8297d77be96Alex Light * Licensed under the Apache License, Version 2.0 (the "License");
5ce56864b347983155a6b810c19eaa8297d77be96Alex Light * you may not use this file except in compliance with the License.
6ce56864b347983155a6b810c19eaa8297d77be96Alex Light * You may obtain a copy of the License at
7ce56864b347983155a6b810c19eaa8297d77be96Alex Light *
8ce56864b347983155a6b810c19eaa8297d77be96Alex Light *      http://www.apache.org/licenses/LICENSE-2.0
9ce56864b347983155a6b810c19eaa8297d77be96Alex Light *
10ce56864b347983155a6b810c19eaa8297d77be96Alex Light * Unless required by applicable law or agreed to in writing, software
11ce56864b347983155a6b810c19eaa8297d77be96Alex Light * distributed under the License is distributed on an "AS IS" BASIS,
12ce56864b347983155a6b810c19eaa8297d77be96Alex Light * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13ce56864b347983155a6b810c19eaa8297d77be96Alex Light * See the License for the specific language governing permissions and
14ce56864b347983155a6b810c19eaa8297d77be96Alex Light * limitations under the License.
15ce56864b347983155a6b810c19eaa8297d77be96Alex Light */
16ce56864b347983155a6b810c19eaa8297d77be96Alex Light
17ce56864b347983155a6b810c19eaa8297d77be96Alex Lightpublic class Main {
18ce56864b347983155a6b810c19eaa8297d77be96Alex Light  public static void main(String[] args) throws Exception {
19ce56864b347983155a6b810c19eaa8297d77be96Alex Light    art.Test1930.run();
20ce56864b347983155a6b810c19eaa8297d77be96Alex Light  }
21ce56864b347983155a6b810c19eaa8297d77be96Alex Light}
22