jdk/test/sun/tools/jrunscript/hello.js
author swamyv
Mon, 18 Aug 2008 15:28:54 -0700
changeset 1084 4d4d63dfdef9
parent 2 90ce3da70b43
permissions -rw-r--r--
6705893: javax.script tests should not require a js engine on OpenJDK Summary: Fixed the tests to pass with open JDK. Reviewed-by: darcy

/*
 *
 *
 * This is the test JavaScript program used in jrunscript-f.sh
 */

println('hello');