summaryrefslogtreecommitdiff
path: root/test/parse/func/bad-result-multi.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/func/bad-result-multi.txt')
-rw-r--r--test/parse/func/bad-result-multi.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/parse/func/bad-result-multi.txt b/test/parse/func/bad-result-multi.txt
deleted file mode 100644
index 71479ac2..00000000
--- a/test/parse/func/bad-result-multi.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-;;; TOOL: wat2wasm
-;;; ERROR: 1
-(module (func (result i32 i64)
- i32.const 0
- i64.const 0))
-(;; STDERR ;;;
-out/test/parse/func/bad-result-multi.txt:3:10: error: multiple result values not currently supported.
-(module (func (result i32 i64)
- ^^^^
-;;; STDERR ;;)