diff -r 3ed48a01100c -r ed05e2f4c2db nashorn/test/script/basic/es6/const-redeclare.js.EXPECTED --- a/nashorn/test/script/basic/es6/const-redeclare.js.EXPECTED Mon Sep 08 18:40:58 2014 +0200 +++ b/nashorn/test/script/basic/es6/const-redeclare.js.EXPECTED Tue Sep 09 15:33:58 2014 +0200 @@ -1,3 +1,3 @@ -SyntaxError: test/script/basic/es6/const-redeclare.js#33:4@1:2:6 Variable "x" has already been declared +SyntaxError: test/script/basic/es6/const-redeclare.js#33:4:2:6 Variable "x" has already been declared const x = 2; ^