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