summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-memory-max-less-than-init.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/module/bad-memory-max-less-than-init.txt')
-rw-r--r--test/parse/module/bad-memory-max-less-than-init.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/module/bad-memory-max-less-than-init.txt b/test/parse/module/bad-memory-max-less-than-init.txt
new file mode 100644
index 00000000..0acc7503
--- /dev/null
+++ b/test/parse/module/bad-memory-max-less-than-init.txt
@@ -0,0 +1,5 @@
+;;; ERROR: 1
+(module (memory 100 50))
+(;; STDERR ;;;
+parse/module/bad-memory-max-less-than-init.txt:2:10: max size (50) must be greater than or equal to initial size (100)
+;;; STDERR ;;)