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");
   }