summaryrefslogtreecommitdiff
path: root/test/1976-hello-structural-static-methods/src/Main.java
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2019-09-18 06:11:22 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2019-09-18 06:12:13 +0000
commit5a2301d897294ff4ee6de71f459dc2566dc3fa1a (patch)
tree2bd06ab3f463734994b3d251f6115514520dbb3f /test/1976-hello-structural-static-methods/src/Main.java
parent4eb6eb40e88214fcc874d93e75660cb580cb4d58 (diff)
Revert "Basic structural redefinition support"
This reverts commit c971eafeff43e4e26959a6e86b62ab0a8f1a6e1c. Bug: 134162467 Reason for revert: Breaks on redefine-stress Change-Id: I4e38da23d65b5b34b26b5ab537a3583328e078a4
Diffstat (limited to 'test/1976-hello-structural-static-methods/src/Main.java')
-rw-r--r--test/1976-hello-structural-static-methods/src/Main.java21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/1976-hello-structural-static-methods/src/Main.java b/test/1976-hello-structural-static-methods/src/Main.java
deleted file mode 100644
index 5abf28f25a..0000000000
--- a/test/1976-hello-structural-static-methods/src/Main.java
+++ /dev/null
@@ -1,21 +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 Main {
- public static void main(String[] args) throws Exception {
- art.Test1976.run();
- }
-}