diff options
author | 2019-12-03 08:47:26 +0000 | |
---|---|---|
committer | 2019-12-03 08:47:45 +0000 | |
commit | 664999a12d6fc8a8ef5c0519b12ec1e8a51bb085 (patch) | |
tree | f4ae1b0844ac075807229db9695ead7dec07ff8a /test/2002-virtual-structural-initializing/src/Main.java | |
parent | 642af13b1b14794d8ab0db5cc82206213e648fa1 (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/2002-virtual-structural-initializing/src/Main.java')
-rw-r--r-- | test/2002-virtual-structural-initializing/src/Main.java | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/2002-virtual-structural-initializing/src/Main.java b/test/2002-virtual-structural-initializing/src/Main.java deleted file mode 100644 index 89b8557970..0000000000 --- a/test/2002-virtual-structural-initializing/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!"); - } -} |