langtools/test/tools/javac/processing/model/util/filter/TestIterables.java
changeset 14963 974d4423c999
parent 6720 f16f91662ad8
child 30730 d3ce7619db2c
--- a/langtools/test/tools/javac/processing/model/util/filter/TestIterables.java	Thu Dec 20 17:59:46 2012 +0000
+++ b/langtools/test/tools/javac/processing/model/util/filter/TestIterables.java	Fri Dec 21 08:45:43 2012 -0800
@@ -26,7 +26,7 @@
  * @bug 6406164
  * @summary Test that ElementFilter iterable methods behave properly.
  * @author  Joseph D. Darcy
- * @library ../../../../lib
+ * @library /tools/javac/lib
  * @build JavacTestingAbstractProcessor
  * @compile TestIterables.java
  * @compile -processor TestIterables -proc:only Foo1.java