From 3ea3d5ca4420c98a3de51f638d3222c6696bc3e6 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Fri, 7 Apr 2017 09:36:06 -0700 Subject: ART: More refactor for JVMTI run tests (3/3) Add missing Main classes. Bug: 32072923 Test: m test-art-host Change-Id: I600dd5563e44604bd7b61c7d381f0a7d92db278a --- test/904-object-allocation/src/Main.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/904-object-allocation/src/Main.java (limited to 'test/904-object-allocation/src/Main.java') diff --git a/test/904-object-allocation/src/Main.java b/test/904-object-allocation/src/Main.java new file mode 100644 index 0000000000..0affe7cf19 --- /dev/null +++ b/test/904-object-allocation/src/Main.java @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2016 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +public class Main { + public static void main(String[] args) throws Exception { + art.Test904.run(); + } +} -- cgit v1.2.3-59-g8ed1b