langtools/test/tools/sjavac/NoState.java
changeset 40308 274367a99f98
parent 36778 e04318f39f92
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
    27  * @bug 8135131
    27  * @bug 8135131
    28   * @library /tools/lib
    28   * @library /tools/lib
    29  * @modules jdk.compiler/com.sun.tools.javac.api
    29  * @modules jdk.compiler/com.sun.tools.javac.api
    30  *          jdk.compiler/com.sun.tools.javac.main
    30  *          jdk.compiler/com.sun.tools.javac.main
    31  *          jdk.compiler/com.sun.tools.sjavac
    31  *          jdk.compiler/com.sun.tools.sjavac
    32  *          jdk.jdeps/com.sun.tools.javap
    32  * @build Wrapper toolbox.ToolBox toolbox.Assert
    33  * @build Wrapper toolbox.ToolBox
       
    34  * @run main Wrapper NoState
    33  * @run main Wrapper NoState
    35  */
    34  */
    36 
       
    37 import com.sun.tools.javac.util.Assert;
       
    38 
    35 
    39 import java.io.IOException;
    36 import java.io.IOException;
    40 import java.nio.file.*;
    37 import java.nio.file.*;
    41 import java.util.stream.Stream;
    38 import java.util.stream.Stream;
       
    39 
       
    40 import toolbox.Assert;
    42 
    41 
    43 public class NoState extends SJavacTester {
    42 public class NoState extends SJavacTester {
    44     public static void main(String... args) throws Exception {
    43     public static void main(String... args) throws Exception {
    45         new NoState().run();
    44         new NoState().run();
    46     }
    45     }