8234385: [TESTBUG] java/awt/EventQueue/6980209/bug6980209.java fails in linux nightly

Reviewed-by: serb
This commit is contained in:
Prasanta Sadhukhan 2019-11-21 14:43:47 +05:30
parent 3f517c65c0
commit 94116efd0c

@ -63,7 +63,6 @@ public class bug6980209 implements ActionListener {
public void run() {
frame = new JFrame();
frame.setUndecorated(true);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setup(frame);
}
});