test/nashorn/script/error/object_literal_in_new_nse.js.EXPECTED
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
--- a/test/nashorn/script/error/object_literal_in_new_nse.js.EXPECTED	Tue Sep 12 19:03:39 2017 +0200
+++ b/test/nashorn/script/error/object_literal_in_new_nse.js.EXPECTED	Tue Sep 12 19:03:56 2017 +0200
@@ -1,9 +1,9 @@
-test/script/error/object_literal_in_new_nse.js:31:33 Expected ; but found {
+test/nashorn/script/error/object_literal_in_new_nse.js:31:33 Expected ; but found {
 var r = new java.lang.Runnable() {
                                  ^
-test/script/error/object_literal_in_new_nse.js:32:15 Expected ident but found (
+test/nashorn/script/error/object_literal_in_new_nse.js:32:15 Expected ident but found (
   run: function() { print("hello"); }
                ^
-test/script/error/object_literal_in_new_nse.js:32:36 Expected eof but found }
+test/nashorn/script/error/object_literal_in_new_nse.js:32:36 Expected eof but found }
   run: function() { print("hello"); }
                                     ^