test/nashorn/script/error/heredoc_nse.js.EXPECTED
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
--- a/test/nashorn/script/error/heredoc_nse.js.EXPECTED	Tue Sep 12 19:03:39 2017 +0200
+++ b/test/nashorn/script/error/heredoc_nse.js.EXPECTED	Tue Sep 12 19:03:56 2017 +0200
@@ -1,9 +1,9 @@
-test/script/error/heredoc_nse.js:32:10 Expected an operand but found <<
+test/nashorn/script/error/heredoc_nse.js:32:10 Expected an operand but found <<
 var str = <<EOF
           ^
-test/script/error/heredoc_nse.js:33:5 Expected ; but found is
+test/nashorn/script/error/heredoc_nse.js:33:5 Expected ; but found is
 This is a multiple line string
      ^
-test/script/error/heredoc_nse.js:34:7 Expected ; but found a
+test/nashorn/script/error/heredoc_nse.js:34:7 Expected ; but found a
 inside a heredoc
        ^