summaryrefslogtreecommitdiff
path: root/test/lit/passes
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes')
-rw-r--r--test/lit/passes/remove-unused-brs-gc.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/passes/remove-unused-brs-gc.wast b/test/lit/passes/remove-unused-brs-gc.wast
index 1bdd6f680..5b4e09a25 100644
--- a/test/lit/passes/remove-unused-brs-gc.wast
+++ b/test/lit/passes/remove-unused-brs-gc.wast
@@ -620,10 +620,10 @@
(drop
;; This should not crash due to the new unreachable below.
(br_on_cast $outer (ref none) (ref none)
- (ref.cast none
+ (ref.cast (ref none)
;; This will be optimized to a drop + unreachable.
(br_on_cast $outer (ref none) (ref none)
- (ref.cast none
+ (ref.cast (ref none)
(local.get $0)
)
)