summaryrefslogtreecommitdiff
path: root/test/2001-virtual-structural-multithread/src/Main.java
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2019-12-03 08:47:26 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2019-12-03 08:47:45 +0000
commit664999a12d6fc8a8ef5c0519b12ec1e8a51bb085 (patch)
treef4ae1b0844ac075807229db9695ead7dec07ff8a /test/2001-virtual-structural-multithread/src/Main.java
parent642af13b1b14794d8ab0db5cc82206213e648fa1 (diff)
Revert "Revert^2 "Allow structural redefinition on non-final classes.""
This reverts commit f1b809ce611e943f926fff97cefe0930226ffcc2. Reason for revert: Tests still fail Bug: 134162467 Bug: 144168550 Change-Id: Icdebc826b8630920b716afbfd6f338a29669fcc2
Diffstat (limited to 'test/2001-virtual-structural-multithread/src/Main.java')
-rw-r--r--test/2001-virtual-structural-multithread/src/Main.java21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/2001-virtual-structural-multithread/src/Main.java b/test/2001-virtual-structural-multithread/src/Main.java
deleted file mode 100644
index 89b8557970..0000000000
--- a/test/2001-virtual-structural-multithread/src/Main.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (C) 2019 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 {
- System.out.println("FAIL: Test is only for art!");
- }
-}