summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-export-func-name-undefined.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/module/bad-export-func-name-undefined.txt')
-rw-r--r--test/parse/module/bad-export-func-name-undefined.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/module/bad-export-func-name-undefined.txt b/test/parse/module/bad-export-func-name-undefined.txt
index 9456a920..36658f0a 100644
--- a/test/parse/module/bad-export-func-name-undefined.txt
+++ b/test/parse/module/bad-export-func-name-undefined.txt
@@ -1,7 +1,7 @@
;;; ERROR: 1
(module (export "foo" (func $foo)))
(;; STDERR ;;;
-parse/module/bad-export-func-name-undefined.txt:2:29: undefined function variable "$foo"
+out/test/parse/module/bad-export-func-name-undefined.txt:2:29: undefined function variable "$foo"
(module (export "foo" (func $foo)))
^^^^
;;; STDERR ;;)