diff -r 2ed196cf0643 -r d220c8157f25 nashorn/test/script/basic/funcconstructor.js.EXPECTED --- a/nashorn/test/script/basic/funcconstructor.js.EXPECTED Fri May 31 13:04:55 2013 -0300 +++ b/nashorn/test/script/basic/funcconstructor.js.EXPECTED Mon Jun 03 15:58:14 2013 +0530 @@ -4,7 +4,7 @@ print('anon func'); return x*x; } syntax error? true -SyntaxError: :2:13 Missing close quote +SyntaxError: :1:13 Missing close quote print('hello) ^ done