summaryrefslogtreecommitdiff
path: root/test/lit/passes/asyncify_pass-arg=asyncify-side-module.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/asyncify_pass-arg=asyncify-side-module.wast')
-rw-r--r--test/lit/passes/asyncify_pass-arg=asyncify-side-module.wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/passes/asyncify_pass-arg=asyncify-side-module.wast b/test/lit/passes/asyncify_pass-arg=asyncify-side-module.wast
index fbf96a97e..5afc9a83b 100644
--- a/test/lit/passes/asyncify_pass-arg=asyncify-side-module.wast
+++ b/test/lit/passes/asyncify_pass-arg=asyncify-side-module.wast
@@ -5,11 +5,11 @@
(module
)
-;; CHECK: (type $i32_=>_none (func (param i32)))
+;; CHECK: (type $0 (func (param i32)))
-;; CHECK: (type $none_=>_none (func))
+;; CHECK: (type $1 (func))
-;; CHECK: (type $none_=>_i32 (func (result i32)))
+;; CHECK: (type $2 (func (result i32)))
;; CHECK: (import "env" "__asyncify_state" (global $__asyncify_state (mut i32)))