nashorn/test/script/basic/NASHORN-40.js.EXPECTED
changeset 20929 f2bd18181940
parent 16147 e63b63819133
--- a/nashorn/test/script/basic/NASHORN-40.js.EXPECTED	Wed Oct 09 17:53:22 2013 +0200
+++ b/nashorn/test/script/basic/NASHORN-40.js.EXPECTED	Thu Oct 10 11:48:56 2013 +0200
@@ -1,6 +1,6 @@
-SyntaxError: test/script/basic/NASHORN-40.js#32<eval>:1:6 Expected an operand but found .
+SyntaxError:32:Expected an operand but found .
 print(.foo)
       ^
-SyntaxError: test/script/basic/NASHORN-40.js#38<eval>:1:0 Expected an operand but found .
+SyntaxError:38:Expected an operand but found .
 .bar = 3423;
 ^