diff -r 46647c4943ff -r b7a2db4de254 test/script/basic/es6/const-redeclare.js.EXPECTED --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/script/basic/es6/const-redeclare.js.EXPECTED Thu Sep 04 18:47:18 2014 +0200 @@ -0,0 +1,3 @@ +SyntaxError: test/script/basic/es6/const-redeclare.js#33:4@1:2:6 Variable "x" has already been declared +const x = 2; + ^