langtools/test/tools/javac/7129225/TestImportStar.java
changeset 14963 974d4423c999
parent 11710 f435448e40fc
child 15385 ee1eebe7e210
--- a/langtools/test/tools/javac/7129225/TestImportStar.java	Thu Dec 20 17:59:46 2012 +0000
+++ b/langtools/test/tools/javac/7129225/TestImportStar.java	Fri Dec 21 08:45:43 2012 -0800
@@ -26,7 +26,7 @@
 /* @test
  * @bug 7129225
  * @summary import xxx.* isn't handled correctly by annotation processing
- * @library ../lib
+ * @library /tools/javac/lib
  * @build JavacTestingAbstractProcessor
  * @compile/fail/ref=NegTest.ref -XDrawDiagnostics TestImportStar.java
  * @compile Anno.java AnnoProcessor.java