test/langtools/jdk/jshell/VariablesTest.java
changeset 48649 6a014a1e8d2b
parent 48610 a587f95313f1
child 52282 003c062e16ea
equal deleted inserted replaced
48648:371c6d66d2ec 48649:6a014a1e8d2b
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8144903 8177466 8191842
    26  * @bug 8144903 8177466 8191842
    27  * @summary Tests for EvaluationState.variables
    27  * @summary Tests for EvaluationState.variables
    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.jshell
    29  * @build Compiler KullaTesting TestingInputStream ExpectedDiagnostic
    32  * @build Compiler KullaTesting TestingInputStream ExpectedDiagnostic
    30  * @run testng VariablesTest
    33  * @run testng VariablesTest
    31  */
    34  */
    32 
    35 
    33 import java.nio.file.Path;
    36 import java.nio.file.Path;