langtools/test/tools/javac/annotations/neg/8022765/T8022765.java
changeset 30730 d3ce7619db2c
parent 20599 5201f7144a3c
--- a/langtools/test/tools/javac/annotations/neg/8022765/T8022765.java	Mon May 18 14:48:41 2015 +0200
+++ b/langtools/test/tools/javac/annotations/neg/8022765/T8022765.java	Thu May 21 11:41:04 2015 -0700
@@ -2,6 +2,8 @@
  * @test /nodynamiccopyright/
  * @bug 8022765
  * @summary javac should not crash for incorrect attribute values
+ * @modules jdk.compiler/com.sun.tools.javac.api
+ *          jdk.compiler/com.sun.tools.javac.file
  * @build VerifyAnnotationsAttributed
  * @run main VerifyAnnotationsAttributed T8022765.java
  * @compile/fail/ref=T8022765.out -XDrawDiagnostics T8022765.java