summaryrefslogtreecommitdiff
path: root/test/lit/passes/multi-memory-lowering.wast
diff options
context:
space:
mode:
authorAshley Nelson <nashley@google.com>2023-08-21 19:29:10 -0700
committerGitHub <noreply@github.com>2023-08-21 19:29:10 -0700
commitafca5f51a46750927ac9263297d24b224915e558 (patch)
treeb8ac65ee40ca41668d111bb8545a7797b165671a /test/lit/passes/multi-memory-lowering.wast
parent905e2fc25208c0bce3f78ac4ac3315219194e768 (diff)
downloadbinaryen-afca5f51a46750927ac9263297d24b224915e558.tar.gz
binaryen-afca5f51a46750927ac9263297d24b224915e558.tar.bz2
binaryen-afca5f51a46750927ac9263297d24b224915e558.zip
Rename multimemory flag (#5890)
Renaming the multimemory flag in Binaryen to match its naming in LLVM.
Diffstat (limited to 'test/lit/passes/multi-memory-lowering.wast')
-rw-r--r--test/lit/passes/multi-memory-lowering.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/passes/multi-memory-lowering.wast b/test/lit/passes/multi-memory-lowering.wast
index 3cc0f28a8..0becf4c33 100644
--- a/test/lit/passes/multi-memory-lowering.wast
+++ b/test/lit/passes/multi-memory-lowering.wast
@@ -1,6 +1,6 @@
;; NOTE: Assertions have been generated by update_lit_checks.py --all-items and should not be edited.
-;; RUN: wasm-opt %s --enable-multi-memories --multi-memory-lowering --enable-bulk-memory --enable-extended-const --enable-simd --enable-threads -S -o - | filecheck %s
-;; RUN: wasm-opt %s --enable-multi-memories --multi-memory-lowering-with-bounds-checks --enable-bulk-memory --enable-extended-const --enable-simd --enable-threads -S -o - | filecheck %s --check-prefix BOUNDS
+;; RUN: wasm-opt %s --enable-multimemory --multi-memory-lowering --enable-bulk-memory --enable-extended-const --enable-simd --enable-threads -S -o - | filecheck %s
+;; RUN: wasm-opt %s --enable-multimemory --multi-memory-lowering-with-bounds-checks --enable-bulk-memory --enable-extended-const --enable-simd --enable-threads -S -o - | filecheck %s --check-prefix BOUNDS
(module
(memory $memory1 1)