nashorn/test/script/basic/funcconstructor.js.EXPECTED
changeset 17973 d220c8157f25
parent 16147 e63b63819133
--- 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: <function>:2:13 Missing close quote
+SyntaxError: <function>:1:13 Missing close quote
 print('hello)
              ^
 done