8145785: [TEST_BUG] java/awt/Toolkit/GetSizeTest/GetScreenSizeTest.java: incorrect name

Reviewed-by: serb
This commit is contained in:
Phil Race 2015-12-23 14:00:37 -08:00
parent 84c2303502
commit 959f799206

View File

@ -23,12 +23,12 @@
/*
@test
@bug 8144074
@bug 8144074 8145785
@summary Crash while getting screen size during Toolkit initialisation
@run main/othervm GetScreenSize
@run main/othervm GetScreenSizeTest
*/
public class GetScreenSize {
public class GetScreenSizeTest {
public static void main(String[] args) {
java.awt.Toolkit.getDefaultToolkit().getScreenSize();
}