mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-20 11:50:25 +00:00
8145785: [TEST_BUG] java/awt/Toolkit/GetSizeTest/GetScreenSizeTest.java: incorrect name
Reviewed-by: serb
This commit is contained in:
parent
84c2303502
commit
959f799206
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user