changeset 1383:ea7358a68734

8080295: Need to adjust test output for 8067931 Reviewed-by: jlaskey, sundar
author attila
date Wed, 13 May 2015 10:01:37 -0500
parents cd840e74bc74
children 8418a2cbe130
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))".