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.