From d5f2ccc7ea09ae87ff704786daa6d20c10be21db Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 19 Apr 2017 13:37:48 -0700 Subject: ART: Refactor run-test 912 (1/3) Refactor the test for CTS. Break out the ART-specific part. Move the rest into the regular layout. Move class events to their own thread, and report them on the Java side. Use InMemoryDexClassLoader for classloaders to avoid explicit files. Bug: 32072923 Test: none Change-Id: I80e27cc9c21646bbecd1de1a246f583a0d388e05 --- test/912-classes/src-ex/A.java | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 test/912-classes/src-ex/A.java (limited to 'test/912-classes/src-ex/A.java') diff --git a/test/912-classes/src-ex/A.java b/test/912-classes/src-ex/A.java deleted file mode 100644 index 2c43cfbd79..0000000000 --- a/test/912-classes/src-ex/A.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (C) 2017 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 A { -} -- cgit v1.2.3-59-g8ed1b