jdk/test/tools/launcher/TestMainWithoutEnclosing.java
changeset 45944 882cea808912
parent 30467 075f4f160f19
--- a/jdk/test/tools/launcher/TestMainWithoutEnclosing.java	Wed Jul 26 09:20:59 2017 +0800
+++ b/jdk/test/tools/launcher/TestMainWithoutEnclosing.java	Tue Jul 25 18:36:19 2017 -0700
@@ -30,6 +30,8 @@
  * @test
  * @bug 8076264
  * @summary Launching app shouldn't require enclosing class for the main class.
+ * @modules jdk.compiler
+ *          jdk.zipfs
  * @compile TestMainWithoutEnclosing.java
  * @run main TestMainWithoutEnclosing
  */