summaryrefslogtreecommitdiff
path: root/test/531-regression-debugphi
diff options
context:
space:
mode:
author Santiago Aboy Solanes <solanes@google.com> 2021-09-08 14:40:30 +0100
committer Santiago Aboy Solanes <solanes@google.com> 2021-09-13 14:16:21 +0000
commit92e5d840ce0c3727a515eba1ed505dfe6770b1a9 (patch)
tree7296d0891bdbf2c0ab4bc39c68392638a23611ec /test/531-regression-debugphi
parent248d5c41b7245c1b42ce2921c8d83291bd17b3bf (diff)
Remove workarounds for fixed bug 18051191
Bug: 18051191 Test: ART run-tests Change-Id: Iae9b1ed30f26dbe8efb291d71d7224e64eea14df
Diffstat (limited to 'test/531-regression-debugphi')
-rw-r--r--test/531-regression-debugphi/src/Main.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/531-regression-debugphi/src/Main.java b/test/531-regression-debugphi/src/Main.java
index 858770f508..c77ea25947 100644
--- a/test/531-regression-debugphi/src/Main.java
+++ b/test/531-regression-debugphi/src/Main.java
@@ -15,8 +15,5 @@
*/
public class Main {
- // Workaround for b/18051191.
- class InnerClass {}
-
public static void main(String[] args) {}
}