test/compiler/6636138/Test2.java

changeset 1387
ace8397c8563
parent 1212
f53b154d959d
child 1907
c18cbe5936b8
     1.1 --- a/test/compiler/6636138/Test2.java	Mon Aug 31 02:24:21 2009 -0700
     1.2 +++ b/test/compiler/6636138/Test2.java	Mon Aug 31 08:31:45 2009 -0700
     1.3 @@ -51,7 +51,7 @@
     1.4              int value = (i-1 + src.length)%src.length; // correct value after shifting
     1.5                  if (src[i] != value) {
     1.6                      System.out.println("Error: src["+i+"] should be "+ value + " instead of " + src[i]);
     1.7 -                    System.exit(-1);
     1.8 +                    System.exit(97);
     1.9                  }
    1.10          }
    1.11      }

mercurial