diff -r f4480af13364 -r a8d0cb25d725 nashorn/test/script/error/JDK-8008814-1.js.EXPECTED --- a/nashorn/test/script/error/JDK-8008814-1.js.EXPECTED Mon Apr 29 21:38:08 2013 -0300 +++ b/nashorn/test/script/error/JDK-8008814-1.js.EXPECTED Tue Apr 30 09:42:13 2013 +0200 @@ -1,3 +1,3 @@ -test/script/error/NASHORN-8008814-1.js:32:2 Function declarations can only occur at program or function body level. You should use a function expression here instead. +test/script/error/JDK-8008814-1.js:32:2 Function declarations can only occur at program or function body level. You should use a function expression here instead. function g() { ^