< prev index next >

test/src/jdk/nashorn/api/scripting/test/JSONCompatibleTest.java

Print this page

        

*** 37,46 **** --- 37,50 ---- import jdk.nashorn.api.scripting.NashornScriptEngine; import jdk.nashorn.api.scripting.NashornScriptEngineFactory; import org.testng.Assert; import org.testng.annotations.Test; + /** + * @test + * @run testng jdk.nashorn.api.scripting.test.JSONCompatibleTest + */ public class JSONCompatibleTest { /** * Wrap a top-level array as a list. */
< prev index next >