提交 53db92bb 编写于 作者: A anthony

6832386: Fix JTreg test: java/awt/Graphics/DrawImageBG/SystemBgColorTest.java

Summary: Removed unneeded System.exit(0) call.
Reviewed-by: art, ohair, anthony
Contributed-by: NOmair Majid <omajid@redhat.com>
上级 dd3e1cb1
......@@ -59,7 +59,6 @@ public class SystemBgColorTest {
if (errcount > 0) {
throw new RuntimeException(errcount+" errors");
}
System.exit(0); // For 1.3 and earlier VMs...
}
static int cmap[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册