commit | 4a1cac420b34cc23458742e0deb67116b69b93eb | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Wed May 23 16:23:27 2018 +0100 |
committer | Orion Hodson <oth@google.com> | Thu May 24 09:54:59 2018 +0100 |
tree | 9f8cde8c7b94b14b5597a3c8e7b9a0e641437201 | |
parent | d804b76c0b8f9d2c94f3a8648aba26254742a1e2 [diff] [blame] |
ART: Remove jack from test Test: art/test.py --host Change-Id: I31b0c0d57d344f54a8c0545fd32c81a893b4ec75
diff --git a/test/1929-exception-catch-exception/src/art/Test1929.java b/test/1929-exception-catch-exception/src/art/Test1929.java index e2deb3f..c0995a8 100644 --- a/test/1929-exception-catch-exception/src/art/Test1929.java +++ b/test/1929-exception-catch-exception/src/art/Test1929.java
@@ -149,7 +149,7 @@ public void run() { throwCatchBaseTestException(); } } - // dx/d8/jack all do an optimization around catch blocks that (while legal) breaks assumptions + // dx and d8 do an optimization around catch blocks that (while legal) breaks assumptions // this test relies on so we have the actual implementation be corrected smali. This does work // for RI however.