langtools/test/jdk/jshell/ToolFormatTest.java
changeset 36526 3b41f1c69604
parent 36494 4175f47b2a50
child 36718 bf40906bf49d
equal deleted inserted replaced
36525:4caf88912b7f 36526:3b41f1c69604
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8148316 8148317
    26  * @bug 8148316 8148317
    27  * @summary Tests for output customization
    27  * @summary Tests for output customization
    28  * @library /tools/lib
    28  * @library /tools/lib
       
    29  * @modules jdk.compiler/com.sun.tools.javac.api
       
    30  *          jdk.compiler/com.sun.tools.javac.main
       
    31  *          jdk.jdeps/com.sun.tools.javap
       
    32  *          jdk.jshell/jdk.internal.jshell.tool
    29  * @build KullaTesting TestingInputStream ToolBox Compiler
    33  * @build KullaTesting TestingInputStream ToolBox Compiler
    30  * @run testng ToolFormatTest
    34  * @run testng ToolFormatTest
    31  */
    35  */
    32 import org.testng.annotations.Test;
    36 import org.testng.annotations.Test;
    33 
    37