nashorn/test/script/basic/NASHORN-98.js.EXPECTED
changeset 20929 f2bd18181940
parent 16147 e63b63819133
--- a/nashorn/test/script/basic/NASHORN-98.js.EXPECTED	Wed Oct 09 17:53:22 2013 +0200
+++ b/nashorn/test/script/basic/NASHORN-98.js.EXPECTED	Thu Oct 10 11:48:56 2013 +0200
@@ -1,6 +1,6 @@
-SyntaxError: test/script/basic/NASHORN-98.js#32<eval>:1:13 Expected comma but found decimal
+SyntaxError:32:Expected comma but found decimal
 var x = [ 23 34 ]
              ^
-SyntaxError: test/script/basic/NASHORN-98.js#41<eval>:1:18 Expected comma but found ident
+SyntaxError:41:Expected comma but found ident
 var x = { foo: 33 bar: 'hello' }
                   ^