summaryrefslogtreecommitdiff
path: root/test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast')
-rw-r--r--test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast b/test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast
index 83dd0a2ce..e0baa77af 100644
--- a/test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast
+++ b/test/lit/passes/asyncify_pass-arg=asyncify-blacklist@foo,bar.wast
@@ -5,11 +5,11 @@
(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: (import "env" "import" (func $import))
(import "env" "import" (func $import))