langtools/test/tools/javac/doctree/AttrTest.java
changeset 30730 d3ce7619db2c
parent 29775 dc7df633fea1
--- a/langtools/test/tools/javac/doctree/AttrTest.java	Mon May 18 14:48:41 2015 +0200
+++ b/langtools/test/tools/javac/doctree/AttrTest.java	Thu May 21 11:41:04 2015 -0700
@@ -25,6 +25,10 @@
  * @test
  * @bug 7021614 8076026
  * @summary extend com.sun.source API to support parsing javadoc comments
+ * @modules jdk.compiler/com.sun.tools.javac.api
+ *          jdk.compiler/com.sun.tools.javac.file
+ *          jdk.compiler/com.sun.tools.javac.tree
+ *          jdk.compiler/com.sun.tools.javac.util
  * @build DocCommentTester
  * @run main DocCommentTester AttrTest.java
  */