langtools/test/jdk/jshell/ImportTest.java
changeset 36778 e04318f39f92
parent 36526 3b41f1c69604
child 38620 c95c5bc94fad
equal deleted inserted replaced
36777:28d33fb9097f 36778:e04318f39f92
    26  * @summary Test imports
    26  * @summary Test imports
    27  * @modules jdk.compiler/com.sun.tools.javac.api
    27  * @modules jdk.compiler/com.sun.tools.javac.api
    28  *          jdk.compiler/com.sun.tools.javac.main
    28  *          jdk.compiler/com.sun.tools.javac.main
    29  *          jdk.jdeps/com.sun.tools.javap
    29  *          jdk.jdeps/com.sun.tools.javap
    30  * @library /tools/lib
    30  * @library /tools/lib
    31  * @build KullaTesting TestingInputStream ToolBox ExpectedDiagnostic
    31  * @build KullaTesting TestingInputStream toolbox.Task.ExpectedDiagnostic
    32  * @run testng ImportTest
    32  * @run testng ImportTest
    33  */
    33  */
    34 
    34 
    35 import java.nio.file.Path;
    35 import java.nio.file.Path;
    36 import java.nio.file.Paths;
    36 import java.nio.file.Paths;