Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
changeset 1274:d46a2d937061
8080295: Need to adjust test output for 8067931
Reviewed-by: jlaskey, sundar
author | attila |
---|---|
date | Wed, 13 May 2015 10:01:37 -0500 |
parents | 1bd45e5ecf6a |
children | 2054d01ae326 |
files | test/script/basic/8024180/with_java_object.js.EXPECTED |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/script/basic/8024180/with_java_object.js.EXPECTED Wed May 13 09:38:59 2015 -0500 +++ b/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))".