diff options
Diffstat (limited to 'test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind.wast')
-rw-r--r-- | test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind.wast | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind.wast b/test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind.wast index ea14c2400..316684a0f 100644 --- a/test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind.wast +++ b/test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind.wast @@ -5,11 +5,11 @@ (module (memory 1 2) - ;; CHECK: (type $none_=>_none (func)) + ;; CHECK: (type $0 (func)) - ;; CHECK: (type $none_=>_i32 (func (result i32))) + ;; CHECK: (type $1 (func (result i32))) - ;; CHECK: (type $i32_=>_none (func (param i32))) + ;; CHECK: (type $2 (func (param i32))) ;; CHECK: (import "env" "import" (func $import)) (import "env" "import" (func $import)) |