test/tools/javac/processing/6511613/clss41701.java

Print this page

        

@@ -24,11 +24,12 @@
 /*
  * @test
  * @bug 6511613
  * @summary javac unexpectedly doesn't fail in some cases if an annotation processor specified
  *
- * @build DummyProcessor
+ * @library ../../lib
+ * @build JavacTestingAbstractProcessor DummyProcessor
  * @compile/fail clss41701.java
  * @compile/fail -processor DummyProcessor clss41701.java
  */
 
 import java.io.PrintStream;