langtools/test/jdk/jshell/ToolFormatTest.java
changeset 36778 e04318f39f92
parent 36718 bf40906bf49d
child 36990 ec0b843a7af5
equal deleted inserted replaced
36777:28d33fb9097f 36778:e04318f39f92
    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.jdeps/com.sun.tools.javap
    31  *          jdk.jdeps/com.sun.tools.javap
    32  *          jdk.jshell/jdk.internal.jshell.tool
    32  *          jdk.jshell/jdk.internal.jshell.tool
    33  * @build KullaTesting TestingInputStream ToolBox Compiler
    33  * @build KullaTesting TestingInputStream toolbox.ToolBox Compiler
    34  * @run testng ToolFormatTest
    34  * @run testng ToolFormatTest
    35  */
    35  */
    36 import java.util.ArrayList;
    36 import java.util.ArrayList;
    37 import java.util.List;
    37 import java.util.List;
    38 import org.testng.annotations.Test;
    38 import org.testng.annotations.Test;