summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-import-func-not-param.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/module/bad-import-func-not-param.txt')
-rw-r--r--test/parse/module/bad-import-func-not-param.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parse/module/bad-import-func-not-param.txt b/test/parse/module/bad-import-func-not-param.txt
index 551cd8a1..f0c41412 100644
--- a/test/parse/module/bad-import-func-not-param.txt
+++ b/test/parse/module/bad-import-func-not-param.txt
@@ -1,10 +1,10 @@
;;; ERROR: 1
(module (import "foo" "bar" (func (parump i32))))
(;; STDERR ;;;
-parse/module/bad-import-func-not-param.txt:2:36: unexpected token "parump"
+out/test/parse/module/bad-import-func-not-param.txt:2:36: unexpected token "parump"
(module (import "foo" "bar" (func (parump i32))))
^^^^^^
-parse/module/bad-import-func-not-param.txt:2:43: syntax error, unexpected VALUE_TYPE, expecting TYPE or PARAM or RESULT
+out/test/parse/module/bad-import-func-not-param.txt:2:43: syntax error, unexpected VALUE_TYPE, expecting TYPE or PARAM or RESULT
(module (import "foo" "bar" (func (parump i32))))
^^^
;;; STDERR ;;)