diff options
Diffstat (limited to 'test/parse/func')
-rw-r--r-- | test/parse/func/bad-result-multi.txt | 10 | ||||
-rw-r--r-- | test/parse/func/result-multi.txt | 1 |
2 files changed, 0 insertions, 11 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 ;;) diff --git a/test/parse/func/result-multi.txt b/test/parse/func/result-multi.txt index c6a97adb..1c807c62 100644 --- a/test/parse/func/result-multi.txt +++ b/test/parse/func/result-multi.txt @@ -1,5 +1,4 @@ ;;; TOOL: wat2wasm -;;; ARGS: --enable-multi-value (module (func (result i32 i32) i32.const 0 |