blob: 9727ebb10c341906bb0ade49e8cc090c5eb8e241 [file] [log] [blame]
/*
* 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");
}