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.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/parse/module/bad-memory-segment-address-oob.txt b/test/parse/module/bad-memory-segment-address-oob.txt
deleted file mode 100644
index 02e0514d..00000000
--- a/test/parse/module/bad-memory-segment-address-oob.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-;;; ERROR: 1
-(module
- (memory 1 1)
- (data (i32.const 80000) "hi"))
-(;; STDERR ;;;
-parse/module/bad-memory-segment-address-oob.txt:4:3: segment ends past the end of memory (65536)
- (data (i32.const 80000) "hi"))
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-;;; STDERR ;;)