diff options
Diffstat (limited to 'test/lit/parse-bad-block-params.wast')
-rw-r--r-- | test/lit/parse-bad-block-params.wast | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/lit/parse-bad-block-params.wast b/test/lit/parse-bad-block-params.wast deleted file mode 100644 index 67e05989c..000000000 --- a/test/lit/parse-bad-block-params.wast +++ /dev/null @@ -1,12 +0,0 @@ -;; RUN: not wasm-opt %s -S -o - 2>&1 | filecheck %s - -;; CHECK: 8:11: error: block parameters not yet supported - -(module - (func - (i32.const 0) - (block (param i32) - (drop) - ) - ) -) |