test/java/awt/Graphics/DrawImageBG/SystemBgColorTest.java

Print this page

        

@@ -57,11 +57,10 @@
         test(BufferedImage.TYPE_INT_ARGB);
         test(BufferedImage.TYPE_INT_RGB);
         if (errcount > 0) {
             throw new RuntimeException(errcount+" errors");
         }
-        System.exit(0); // For 1.3 and earlier VMs...
     }
 
     static int cmap[] = {
         0x00000000,
         0xffffffff,