summaryrefslogtreecommitdiff
path: root/test/lit/passes/asyncify-wasm64_pass-arg=in-secondary-memory.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/asyncify-wasm64_pass-arg=in-secondary-memory.wast')
-rw-r--r--test/lit/passes/asyncify-wasm64_pass-arg=in-secondary-memory.wast4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lit/passes/asyncify-wasm64_pass-arg=in-secondary-memory.wast b/test/lit/passes/asyncify-wasm64_pass-arg=in-secondary-memory.wast
index 1a8f6dfef..45af7b839 100644
--- a/test/lit/passes/asyncify-wasm64_pass-arg=in-secondary-memory.wast
+++ b/test/lit/passes/asyncify-wasm64_pass-arg=in-secondary-memory.wast
@@ -3,7 +3,6 @@
;; RUN: wasm-opt --enable-memory64 --enable-multimemory --asyncify --pass-arg=asyncify-in-secondary-memory %s -S -o - | filecheck %s
(module
- (memory i64 1 2)
;; CHECK: (type $0 (func))
;; CHECK: (type $1 (func (param i32)))
@@ -14,6 +13,9 @@
;; CHECK: (import "env" "import" (func $import))
(import "env" "import" (func $import))
+
+ (memory i64 1 2)
+
;; CHECK: (global $__asyncify_state (mut i32) (i32.const 0))
;; CHECK: (global $__asyncify_data (mut i32) (i32.const 0))