diff options
author | 2017-09-04 08:45:51 +0000 | |
---|---|---|
committer | 2017-09-04 08:45:51 +0000 | |
commit | 959742483885779f106e000df6dd422fc8657931 (patch) | |
tree | 413cbb42607eb92012cfc20f7e0d32d0da3e9875 /test/1929-exception-catch-exception/src/Main.java | |
parent | 798eab03120f6189e8f6aa804d67af1b1d9f00b0 (diff) |
Revert "JVMTI Exception and ExceptionCatch events"
Breaks tests.
Bug: 62821960
Bug: 65049545
This reverts commit 798eab03120f6189e8f6aa804d67af1b1d9f00b0.
Change-Id: Ie96903df06bbbe41f288f5b75a5114b142998fac
Diffstat (limited to 'test/1929-exception-catch-exception/src/Main.java')
-rw-r--r-- | test/1929-exception-catch-exception/src/Main.java | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/1929-exception-catch-exception/src/Main.java b/test/1929-exception-catch-exception/src/Main.java deleted file mode 100644 index 4651bac3b1..0000000000 --- a/test/1929-exception-catch-exception/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.Test1929.run(); - } -} |