test/compiler/exceptions/CatchInlineExceptions.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/compiler/exceptions/CatchInlineExceptions.java	Mon Oct 20 16:47:21 2014
--- new/test/compiler/exceptions/CatchInlineExceptions.java	Mon Oct 20 16:47:21 2014

*** 68,78 **** --- 68,78 ---- } } if (counter1 != 0) { throw new RuntimeException("Failed: counter1(" + counter1 + ") != 0"); } ! if (counter2 != counter0) { throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); } if (counter2 != counter) { throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter(" + counter + ")"); }

test/compiler/exceptions/CatchInlineExceptions.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File