summaryrefslogtreecommitdiff
path: root/test/lit/binary/bad-multivalue-if.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/binary/bad-multivalue-if.test')
-rw-r--r--test/lit/binary/bad-multivalue-if.test22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/lit/binary/bad-multivalue-if.test b/test/lit/binary/bad-multivalue-if.test
deleted file mode 100644
index 8fe206012..000000000
--- a/test/lit/binary/bad-multivalue-if.test
+++ /dev/null
@@ -1,22 +0,0 @@
-;; Test that we error properly on an if with a bad multivalue (inputs).
-
-;; File contents:
-;;
-;; (module
-;; (func $test
-;; i32.const 0
-;; i32.const 1
-;; (if (param i32)
-;; (then
-;; drop
-;; )
-;; (else
-;; drop
-;; )
-;; )
-;; )
-;; )
-
-;; RUN: not wasm-opt -all %s.wasm 2>&1 | filecheck %s
-
-;; CHECK: control flow inputs are not supported yet