summaryrefslogtreecommitdiff
path: root/test/lit/passes/vacuum-tnh.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/vacuum-tnh.wast')
-rw-r--r--test/lit/passes/vacuum-tnh.wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/passes/vacuum-tnh.wast b/test/lit/passes/vacuum-tnh.wast
index f60c4c5cb..c3de8c21c 100644
--- a/test/lit/passes/vacuum-tnh.wast
+++ b/test/lit/passes/vacuum-tnh.wast
@@ -33,7 +33,7 @@
;; NO_TNH-NEXT: )
;; NO_TNH-NEXT: )
;; NO_TNH-NEXT: (drop
- ;; NO_TNH-NEXT: (ref.cast i31
+ ;; NO_TNH-NEXT: (ref.cast null i31
;; NO_TNH-NEXT: (local.get $y)
;; NO_TNH-NEXT: )
;; NO_TNH-NEXT: )
@@ -55,9 +55,9 @@
)
)
- ;; Other ref.as* as well.
+ ;; Other casts as well.
(drop
- (ref.as_i31
+ (ref.cast null i31
(local.get $y)
)
)