test/jdk/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java
changeset 54231 e4813eded7cb
parent 47216 71c04702a3d5
--- a/test/jdk/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java	Wed Feb 27 14:30:08 2019 -0800
+++ b/test/jdk/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java	Wed Feb 27 18:46:55 2019 -0800
@@ -22,13 +22,14 @@
  */
 
 /**
- *
+ * @test
  * @bug 4023283
  * @key headful
  * @summary Checks that an Error which propogates up to the EventDispatch
  * loop does not crash AWT.
  * @author Andrei Dmitriev: area=awt.event
  * @library ../../regtesthelpers
+ * @modules java.desktop/sun.awt
  * @build Util
  * @run main LoopRobustness
  */