< prev index next >

test/jdk/javax/script/Test1.java

Print this page

        

@@ -24,11 +24,10 @@
 /*
  * @test
  * @bug 6249843 6705893
  * @summary Create JavaScript engine and execute a simple script.
  * Tests script engine discovery mechanism.
- * @modules jdk.scripting.nashorn
  */
 
 import java.io.File;
 import java.io.FileReader;
 import javax.script.ScriptEngine;
< prev index next >