summaryrefslogtreecommitdiff
path: root/test/passes/asyncify_mod-asyncify-always-and-only-unwind_O.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/asyncify_mod-asyncify-always-and-only-unwind_O.txt')
-rw-r--r--test/passes/asyncify_mod-asyncify-always-and-only-unwind_O.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/asyncify_mod-asyncify-always-and-only-unwind_O.txt b/test/passes/asyncify_mod-asyncify-always-and-only-unwind_O.txt
index 3c7b72f44..735ae3551 100644
--- a/test/passes/asyncify_mod-asyncify-always-and-only-unwind_O.txt
+++ b/test/passes/asyncify_mod-asyncify-always-and-only-unwind_O.txt
@@ -3,9 +3,9 @@
(type $i32_=>_none (func (param i32)))
(type $none_=>_i32 (func (result i32)))
(import "env" "import" (func $import))
- (memory $0 1 2)
(global $__asyncify_state (mut i32) (i32.const 0))
(global $__asyncify_data (mut i32) (i32.const 0))
+ (memory $0 1 2)
(export "calls-import" (func $calls-import))
(export "calls-import2" (func $calls-import))
(export "calls-import2-drop" (func $calls-import))