diff -r 71c04702a3d5 -r 72e3ae9a25eb test/nashorn/script/basic/es6/const-empty.js.EXPECTED --- a/test/nashorn/script/basic/es6/const-empty.js.EXPECTED Tue Sep 12 19:03:39 2017 +0200 +++ b/test/nashorn/script/basic/es6/const-empty.js.EXPECTED Tue Sep 12 19:03:56 2017 +0200 @@ -1,3 +1,3 @@ -SyntaxError: test/script/basic/es6/const-empty.js#33:4:2:7 Missing assignment to constant "x" +SyntaxError: test/nashorn/script/basic/es6/const-empty.js#33:4:2:7 Missing assignment to constant "x" const x; ^