jdk/test/java/util/zip/ZipFile/LargeZipFile.java
changeset 2438 21c111b51aa8
parent 2166 e01c813f9552
child 5506 202f599c92aa
equal deleted inserted replaced
2436:ae4667371301 2438:21c111b51aa8
   156     public static void main(String[] args) throws Throwable {
   156     public static void main(String[] args) throws Throwable {
   157         try {realMain(args);} catch (Throwable t) {unexpected(t);}
   157         try {realMain(args);} catch (Throwable t) {unexpected(t);}
   158         System.out.println("\nPassed = " + passed + " failed = " + failed);
   158         System.out.println("\nPassed = " + passed + " failed = " + failed);
   159         if (failed > 0) throw new AssertionError("Some tests failed");}
   159         if (failed > 0) throw new AssertionError("Some tests failed");}
   160 }
   160 }
   161