| commit | 943cce725b2641df64c501ebaf5c83914f9a4f65 | [log] [tgz] |
|---|---|---|
| author | Ian Zerny <zerny@google.com> | Mon Apr 24 09:30:25 2023 +0200 |
| committer | Ian Zerny <zerny@google.com> | Mon Apr 24 09:30:25 2023 +0200 |
| tree | f4b520c05cae4cee536f271a33db986ce0ba8357 | |
| parent | 86f41ad3af155c5419b9e13d889109528d9a102f [diff] |
Remove bridge legacy tests. This is now tested by BridgeMethodTestRunner Change-Id: Ifcfdab84f305c787f0063268d141931a3bcd0697
diff --git a/src/test/java/com/android/tools/r8/debug/ExamplesDebugTest.java b/src/test/java/com/android/tools/r8/debug/ExamplesDebugTest.java index 98067bb..563fc09 100644 --- a/src/test/java/com/android/tools/r8/debug/ExamplesDebugTest.java +++ b/src/test/java/com/android/tools/r8/debug/ExamplesDebugTest.java
@@ -60,11 +60,6 @@ } @Test - public void testBridgeMethod() throws Exception { - testDebugging("bridge", "BridgeMethod"); - } - - @Test public void testConstants() throws Exception { testDebugging("constants", "Constants"); }