6949749: regression cases need to be updated by removing "System.exit(0)"

Reviewed-by: igor, prr
This commit is contained in:
Jennifer Godinez 2010-12-23 11:01:37 -08:00
parent 1e123e8a3e
commit a5689daad8

View File

@ -60,7 +60,6 @@ public class StringWidth extends Frame {
pg.dispose();
pj.end();
setVisible(false);
System.exit(0);
}
public static void main(String[] args) {