nashorn/test/script/error/JDK-8008814-1.js.EXPECTED
changeset 17257 a2232050cd8f
child 17259 a8d0cb25d725
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nashorn/test/script/error/JDK-8008814-1.js.EXPECTED	Mon Apr 29 23:22:20 2013 +0200
@@ -0,0 +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.
+  function g() {
+  ^