langtools/test/tools/sjavac/IncCompileWithChanges.java
changeset 36778 e04318f39f92
parent 36526 3b41f1c69604
child 40308 274367a99f98
--- a/langtools/test/tools/sjavac/IncCompileWithChanges.java	Thu Mar 31 14:56:33 2016 -0700
+++ b/langtools/test/tools/sjavac/IncCompileWithChanges.java	Thu Mar 31 15:20:50 2016 -0700
@@ -24,23 +24,24 @@
 /*
  * @test
  * @summary Verify incremental changes in gensrc are handled as expected
- * @ignore Requires dependency code to deal with in-method dependencies.
  * @bug 8054689
  * @author Fredrik O
  * @author sogoel (rewrite)
  * @library /tools/lib
  * @modules jdk.compiler/com.sun.tools.javac.api
- *          jdk.compiler/com.sun.tools.javac.file
  *          jdk.compiler/com.sun.tools.javac.main
  *          jdk.compiler/com.sun.tools.sjavac
  *          jdk.jdeps/com.sun.tools.javap
- * @build Wrapper ToolBox
+ * @ignore Requires dependency code to deal with in-method dependencies.
+ * @build Wrapper toolbox.ToolBox
  * @run main Wrapper IncCompileWithChanges
  */
 
 import java.util.*;
 import java.nio.file.*;
 
+import toolbox.ToolBox;
+
 public class IncCompileWithChanges extends SJavacTester {
     public static void main(String... args) throws Exception {
         IncCompileWithChanges wc = new IncCompileWithChanges();