summaryrefslogtreecommitdiff
path: root/test/lit/passes/asyncify_enable-multivalue.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/asyncify_enable-multivalue.wast')
-rw-r--r--test/lit/passes/asyncify_enable-multivalue.wast22
1 files changed, 11 insertions, 11 deletions
diff --git a/test/lit/passes/asyncify_enable-multivalue.wast b/test/lit/passes/asyncify_enable-multivalue.wast
index c9a84d458..2d6147816 100644
--- a/test/lit/passes/asyncify_enable-multivalue.wast
+++ b/test/lit/passes/asyncify_enable-multivalue.wast
@@ -10,11 +10,11 @@
(import "asyncify" "stop_unwind" (func $asyncify_stop_unwind))
(import "asyncify" "start_rewind" (func $asyncify_start_rewind (param i32)))
(import "asyncify" "stop_rewind" (func $asyncify_stop_rewind))
- ;; CHECK: (type $none_=>_none (func))
+ ;; CHECK: (type $0 (func))
- ;; CHECK: (type $i32_=>_none (func (param i32)))
+ ;; CHECK: (type $1 (func (param i32)))
- ;; CHECK: (type $none_=>_i32 (func (result i32)))
+ ;; CHECK: (type $2 (func (result i32)))
;; CHECK: (global $sleeping (mut i32) (i32.const 0))
(global $sleeping (mut i32) (i32.const 0))
@@ -383,15 +383,15 @@
;; CHECK-NEXT: )
(module
(memory 1 2)
- ;; CHECK: (type $none_=>_none (func))
+ ;; CHECK: (type $0 (func))
- ;; CHECK: (type $i32_=>_none (func (param i32)))
+ ;; CHECK: (type $1 (func (param i32)))
- ;; CHECK: (type $none_=>_i32 (func (result i32)))
+ ;; CHECK: (type $2 (func (result i32)))
- ;; CHECK: (type $i32_=>_i32 (func (param i32) (result i32)))
+ ;; CHECK: (type $3 (func (param i32) (result i32)))
- ;; CHECK: (type $none_=>_i32_i64 (func (result i32 i64)))
+ ;; CHECK: (type $4 (func (result i32 i64)))
;; CHECK: (import "env" "import" (func $import))
(import "env" "import" (func $import))
@@ -2682,11 +2682,11 @@
;; CHECK-NEXT: )
(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: (global $__asyncify_state (mut i32) (i32.const 0))