Skip to content

Commit

Permalink
8234385: [TESTBUG] java/awt/EventQueue/6980209/bug6980209.java fails …
Browse files Browse the repository at this point in the history
…in linux nightly

Reviewed-by: serb
  • Loading branch information
prsadhuk committed Nov 21, 2019
1 parent 3f517c6 commit 94116ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/jdk/java/awt/EventQueue/6980209/bug6980209.java
Expand Up @@ -63,7 +63,6 @@ public static void main(String[] args) throws Exception {
public void run() { public void run() {
frame = new JFrame(); frame = new JFrame();
frame.setUndecorated(true); frame.setUndecorated(true);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setup(frame); setup(frame);
} }
}); });
Expand Down

0 comments on commit 94116ef

Please sign in to comment.