< prev index next >

langtools/test/tools/sjavac/NoState.java

Print this page

        

*** 27,47 **** * @bug 8135131 * @library /tools/lib * @modules jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.main * jdk.compiler/com.sun.tools.sjavac ! * jdk.jdeps/com.sun.tools.javap ! * @build Wrapper toolbox.ToolBox * @run main Wrapper NoState */ - import com.sun.tools.javac.util.Assert; - import java.io.IOException; import java.nio.file.*; import java.util.stream.Stream; public class NoState extends SJavacTester { public static void main(String... args) throws Exception { new NoState().run(); } --- 27,46 ---- * @bug 8135131 * @library /tools/lib * @modules jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.main * jdk.compiler/com.sun.tools.sjavac ! * @build Wrapper toolbox.ToolBox toolbox.Assert * @run main Wrapper NoState */ import java.io.IOException; import java.nio.file.*; import java.util.stream.Stream; + import toolbox.Assert; + public class NoState extends SJavacTester { public static void main(String... args) throws Exception { new NoState().run(); }
< prev index next >