test/compiler/6636138/Test2.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/compiler/6636138/Test2.java	Thu Aug 27 14:46:07 2009
--- new/test/compiler/6636138/Test2.java	Thu Aug 27 14:46:06 2009

*** 49,59 **** --- 49,59 ---- public static void verify(int src[]) { for (int i = 0; i < src.length; i++){ int value = (i-1 + src.length)%src.length; // correct value after shifting if (src[i] != value) { System.out.println("Error: src["+i+"] should be "+ value + " instead of " + src[i]); ! System.exit(-1); ! System.exit(97); } } } public static void test() {

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