8195789: Building of test/langtools/jdk/jshell/VariablesTest.java may fail

Adding proper @modules tag.

Reviewed-by: vromero
This commit is contained in:
Jan Lahoda 2018-01-19 21:05:23 +01:00
parent eb5804b42e
commit 46051a71c6

@ -26,6 +26,9 @@
* @bug 8144903 8177466 8191842
* @summary Tests for EvaluationState.variables
* @library /tools/lib
* @modules jdk.compiler/com.sun.tools.javac.api
* jdk.compiler/com.sun.tools.javac.main
* jdk.jshell
* @build Compiler KullaTesting TestingInputStream ExpectedDiagnostic
* @run testng VariablesTest
*/