diff options
Diffstat (limited to 'test/parse/bad-string-eof.txt')
-rw-r--r-- | test/parse/bad-string-eof.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parse/bad-string-eof.txt b/test/parse/bad-string-eof.txt index 66f00bcb..27a6410c 100644 --- a/test/parse/bad-string-eof.txt +++ b/test/parse/bad-string-eof.txt @@ -1,8 +1,8 @@ ;;; ERROR: 1 (module (func) (export " (;; STDERR ;;; -parse/bad-string-eof.txt:2:25: newline in string +out/test/parse/bad-string-eof.txt:2:25: newline in string (module (func) (export " ^ -parse/bad-string-eof.txt:3:1: syntax error, unexpected EOF, expecting TEXT +out/test/parse/bad-string-eof.txt:3:1: syntax error, unexpected EOF, expecting TEXT ;;; STDERR ;;) |