diff options
author | 2017-10-11 12:07:30 +0000 | |
---|---|---|
committer | 2017-10-11 12:07:30 +0000 | |
commit | 432d91004b79c79deebeee6f6197e43adf6caafd (patch) | |
tree | 02bb580a21de86e2e56e2c695ab4b10d988e2c64 /test/1939-proxy-frames/src/Main.java | |
parent | 567563a9c6ccc06c2c9889d1c3c4feaa3c2b2dab (diff) | |
parent | d108d9eaae26df9e4480cf46d26e8c75f142bd6a (diff) |
Merge "Revert "Ensure Proxy frames work with JVMTI stack frame functions""
Diffstat (limited to 'test/1939-proxy-frames/src/Main.java')
-rw-r--r-- | test/1939-proxy-frames/src/Main.java | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/1939-proxy-frames/src/Main.java b/test/1939-proxy-frames/src/Main.java deleted file mode 100644 index 85cab34d53..0000000000 --- a/test/1939-proxy-frames/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.Test1939.run(); - } -} |