langtools/test/jdk/jshell/CommandCompletionTest.java
changeset 36778 e04318f39f92
parent 36526 3b41f1c69604
child 38514 f7df9ab653b0
equal deleted inserted replaced
36777:28d33fb9097f 36778:e04318f39f92
    28  * @modules jdk.compiler/com.sun.tools.javac.api
    28  * @modules jdk.compiler/com.sun.tools.javac.api
    29  *          jdk.compiler/com.sun.tools.javac.main
    29  *          jdk.compiler/com.sun.tools.javac.main
    30  *          jdk.jdeps/com.sun.tools.javap
    30  *          jdk.jdeps/com.sun.tools.javap
    31  *          jdk.jshell/jdk.internal.jshell.tool
    31  *          jdk.jshell/jdk.internal.jshell.tool
    32  * @library /tools/lib
    32  * @library /tools/lib
    33  * @build ReplToolTesting TestingInputStream Compiler ToolBox
    33  * @build toolbox.ToolBox toolbox.JarTask toolbox.JavacTask
       
    34  * @build ReplToolTesting TestingInputStream Compiler
    34  * @run testng CommandCompletionTest
    35  * @run testng CommandCompletionTest
    35  */
    36  */
    36 
    37 
    37 import java.io.IOException;
    38 import java.io.IOException;
    38 import java.nio.file.FileSystems;
    39 import java.nio.file.FileSystems;