langtools/test/tools/javac/varargs/7042566/T7042566.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 32454 b0ac04e0fefe
--- a/langtools/test/tools/javac/varargs/7042566/T7042566.java	Wed May 27 11:27:42 2015 +0530
+++ b/langtools/test/tools/javac/varargs/7042566/T7042566.java	Wed May 27 13:25:18 2015 -0700
@@ -27,7 +27,7 @@
  * @summary Unambiguous varargs method calls flagged as ambiguous
  *  temporarily workaround combo tests are causing time out in several platforms
  * @library ../../lib
- * @modules jdk.compiler/com.sun.tools.classfile
+ * @modules jdk.jdeps/com.sun.tools.classfile
  *          jdk.compiler/com.sun.tools.javac.util
  * @build JavacTestingAbstractThreadedTest
  * @run main/othervm T7042566