summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-memory-segment-address-oob.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/module/bad-memory-segment-address-oob.txt')
-rw-r--r--test/parse/module/bad-memory-segment-address-oob.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/module/bad-memory-segment-address-oob.txt b/test/parse/module/bad-memory-segment-address-oob.txt
new file mode 100644
index 00000000..d35841a5
--- /dev/null
+++ b/test/parse/module/bad-memory-segment-address-oob.txt
@@ -0,0 +1,5 @@
+;;; ERROR: 1
+(module (memory 100 (segment 200 "hi")))
+(;; STDERR ;;;
+parse/module/bad-memory-segment-address-oob.txt:2:22: address (200) greater than initial memory size (100)
+;;; STDERR ;;)