commit | 6bcd6cc8496fd6c7d2ff6a83e78b9e717a94d493 | [log] [tgz] |
---|---|---|
author | Ian Zerny <zerny@google.com> | Tue May 02 07:23:53 2023 +0200 |
committer | Ian Zerny <zerny@google.com> | Tue May 02 07:23:53 2023 +0200 |
tree | 992d683ccf6f0cae746cdde54732c525d5f769e9 | |
parent | 5f01b573007c2ac0a60b8cb842688ae0fd595a45 [diff] |
Remove stale test reference. Change-Id: I978cde2da9e1ef509a72edbd565467b5d8a5abe3
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 3c796ac..88c7358 100644 --- a/src/test/java/com/android/tools/r8/debug/ExamplesDebugTest.java +++ b/src/test/java/com/android/tools/r8/debug/ExamplesDebugTest.java
@@ -118,11 +118,6 @@ } @Test - public void testInvokeEmpty() throws Exception { - testDebugging("invokeempty", "InvokeEmpty"); - } - - @Test public void testRegress() throws Exception { testDebugging("regress", "Regress"); }