summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-import-not-param.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/module/bad-import-not-param.txt')
-rw-r--r--test/parse/module/bad-import-not-param.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/parse/module/bad-import-not-param.txt b/test/parse/module/bad-import-not-param.txt
new file mode 100644
index 00000000..034c3ddc
--- /dev/null
+++ b/test/parse/module/bad-import-not-param.txt
@@ -0,0 +1,6 @@
+;;; ERROR: 1
+(module (import "foo" "bar" (parump i32)))
+(;; STDERR ;;;
+parse/module/bad-import-not-param.txt:2:30: unexpected token "parump"
+parse/module/bad-import-not-param.txt:2:37: syntax error, unexpected VALUE_TYPE, expecting TYPE or PARAM or RESULT
+;;; STDERR ;;)