summaryrefslogtreecommitdiff
path: root/test/lit/passes/asyncify_pass-arg=in-secondary-memory.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/asyncify_pass-arg=in-secondary-memory.wast')
-rw-r--r--test/lit/passes/asyncify_pass-arg=in-secondary-memory.wast4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lit/passes/asyncify_pass-arg=in-secondary-memory.wast b/test/lit/passes/asyncify_pass-arg=in-secondary-memory.wast
index 7772d68f5..64489fb3b 100644
--- a/test/lit/passes/asyncify_pass-arg=in-secondary-memory.wast
+++ b/test/lit/passes/asyncify_pass-arg=in-secondary-memory.wast
@@ -4,7 +4,6 @@
;; RUN: wasm-opt --enable-multimemory --asyncify --pass-arg=asyncify-in-secondary-memory --pass-arg=asyncify-secondary-memory-size@3 %s -S -o - | filecheck %s --check-prefix SIZE
(module
- (memory 1 2)
;; CHECK: (type $0 (func))
;; CHECK: (type $1 (func (param i32)))
@@ -24,6 +23,9 @@
;; SIZE: (import "env" "import" (func $import))
(import "env" "import" (func $import))
+
+ (memory 1 2)
+
;; CHECK: (global $__asyncify_state (mut i32) (i32.const 0))
;; CHECK: (global $__asyncify_data (mut i32) (i32.const 0))