diff options
Diffstat (limited to 'test/lit/wasm-split/multi-memory-lowering-import-error.wast')
-rw-r--r-- | test/lit/wasm-split/multi-memory-lowering-import-error.wast | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/lit/wasm-split/multi-memory-lowering-import-error.wast b/test/lit/wasm-split/multi-memory-lowering-import-error.wast deleted file mode 100644 index f697db40b..000000000 --- a/test/lit/wasm-split/multi-memory-lowering-import-error.wast +++ /dev/null @@ -1,8 +0,0 @@ -;; RUN: not wasm-opt %s --multi-memory-lowering -all 2>&1 | filecheck %s - -(module - (memory $memory1 1) - (import "env" "mem" (memory $memory2 1 1)) -) - -;; CHECK: MultiMemoryLowering: only the first memory can be imported |