summaryrefslogtreecommitdiff
path: root/test/lit/passes/stack-check-memory64.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/stack-check-memory64.wast')
-rw-r--r--test/lit/passes/stack-check-memory64.wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/passes/stack-check-memory64.wast b/test/lit/passes/stack-check-memory64.wast
index ad2f75cb8..fc0db8d20 100644
--- a/test/lit/passes/stack-check-memory64.wast
+++ b/test/lit/passes/stack-check-memory64.wast
@@ -5,9 +5,9 @@
(module
(memory i64 (data))
- ;; CHECK: (type $none_=>_i64 (func (result i64)))
+ ;; CHECK: (type $0 (func (result i64)))
- ;; CHECK: (type $i64_i64_=>_none (func (param i64 i64)))
+ ;; CHECK: (type $1 (func (param i64 i64)))
;; CHECK: (global $sp (mut i64) (i64.const 0))
(global $sp (mut i64) (i64.const 0))
@@ -64,7 +64,7 @@
(module
;; if the global names are taken we should not crash
(memory i64 (data))
- ;; CHECK: (type $i64_i64_=>_none (func (param i64 i64)))
+ ;; CHECK: (type $0 (func (param i64 i64)))
;; CHECK: (global $sp (mut i64) (i64.const 0))
(global $sp (mut i64) (i64.const 0)))