提交 be2c6341 编写于 作者: J jgodinez

7014796: Regression test java/awt/PrintJob/Text/stringwidth.sh cannot be terminated on Windows.

Reviewed-by: prr
上级 8225db03
...@@ -63,7 +63,8 @@ public class StringWidth extends Frame { ...@@ -63,7 +63,8 @@ public class StringWidth extends Frame {
} }
public static void main(String[] args) { public static void main(String[] args) {
new StringWidth(); StringWidth sw = new StringWidth();
sw.dispose();
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册