--- old/test/jdk/tools/jjs/classpath.js 2020-04-15 18:54:47.000000000 +0530 +++ /dev/null 2020-04-15 18:54:47.000000000 +0530 @@ -1,8 +0,0 @@ -/* - * This is the test JavaScript program used in jjs-cpTest.sh - */ - -var v = new Packages.Hello(); -if (v.string != 'hello') { - throw new Error("Unexpected property value"); -}