6949749: regression cases need to be updated by removing "System.exit(0)"
authorjgodinez
Thu, 23 Dec 2010 11:01:37 -0800
changeset 7756 3739cf877c57
parent 7755 3aaad496d13f
child 7757 451411eff24b
6949749: regression cases need to be updated by removing "System.exit(0)" Reviewed-by: igor, prr
jdk/test/java/awt/PrintJob/Text/StringWidth.java
--- a/jdk/test/java/awt/PrintJob/Text/StringWidth.java	Thu Dec 23 10:38:26 2010 -0800
+++ b/jdk/test/java/awt/PrintJob/Text/StringWidth.java	Thu Dec 23 11:01:37 2010 -0800
@@ -60,7 +60,6 @@
     pg.dispose();
     pj.end();
     setVisible(false);
-    System.exit(0);
   }
 
   public static void main(String[] args) {