author | attila |
Wed, 13 May 2015 10:01:37 -0500 | |
changeset 30517 | e90e4cefe750 |
parent 30516 | 756ee9b7136e |
child 30518 | 8bbe109bca14 |
nashorn/test/script/basic/8024180/with_java_object.js.EXPECTED | file | annotate | diff | comparison | revisions |
--- a/nashorn/test/script/basic/8024180/with_java_object.js.EXPECTED Wed May 13 09:38:59 2015 -0500 +++ b/nashorn/test/script/basic/8024180/with_java_object.js.EXPECTED Wed May 13 10:01:37 2015 -0500 @@ -1,1 +1,1 @@ -TypeError: Cannot apply "with" to non script object +TypeError: Cannot apply "with" to non script object. Consider using "with(Object.bindProperties({}, nonScriptObject))".