summaryrefslogtreecommitdiff
path: root/test/lit/passes/legalize-js-interface-exported-helpers.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/legalize-js-interface-exported-helpers.wast')
-rw-r--r--test/lit/passes/legalize-js-interface-exported-helpers.wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/passes/legalize-js-interface-exported-helpers.wast b/test/lit/passes/legalize-js-interface-exported-helpers.wast
index 253c3a5a7..35271ee84 100644
--- a/test/lit/passes/legalize-js-interface-exported-helpers.wast
+++ b/test/lit/passes/legalize-js-interface-exported-helpers.wast
@@ -6,11 +6,11 @@
;; RUN: wasm-opt %s --legalize-js-interface --pass-arg=legalize-js-interface-exported-helpers -S -o - | filecheck %s
(module
- ;; CHECK: (type $none_=>_i32 (func (result i32)))
+ ;; CHECK: (type $0 (func (result i32)))
- ;; CHECK: (type $none_=>_i64 (func (result i64)))
+ ;; CHECK: (type $1 (func (result i64)))
- ;; CHECK: (type $i32_=>_none (func (param i32)))
+ ;; CHECK: (type $2 (func (param i32)))
;; CHECK: (import "env" "imported" (func $legalimport$imported (result i32)))