test/nashorn/script/error/object_literal_in_new_nse.js.EXPECTED
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
     1 test/script/error/object_literal_in_new_nse.js:31:33 Expected ; but found {
     1 test/nashorn/script/error/object_literal_in_new_nse.js:31:33 Expected ; but found {
     2 var r = new java.lang.Runnable() {
     2 var r = new java.lang.Runnable() {
     3                                  ^
     3                                  ^
     4 test/script/error/object_literal_in_new_nse.js:32:15 Expected ident but found (
     4 test/nashorn/script/error/object_literal_in_new_nse.js:32:15 Expected ident but found (
     5   run: function() { print("hello"); }
     5   run: function() { print("hello"); }
     6                ^
     6                ^
     7 test/script/error/object_literal_in_new_nse.js:32:36 Expected eof but found }
     7 test/nashorn/script/error/object_literal_in_new_nse.js:32:36 Expected eof but found }
     8   run: function() { print("hello"); }
     8   run: function() { print("hello"); }
     9                                     ^
     9                                     ^