nashorn/test/script/error/JDK-8008814-1.js.EXPECTED
changeset 17259 a8d0cb25d725
parent 17257 a2232050cd8f
--- 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() {
   ^