diff options
Diffstat (limited to 'test/lit/passes/optimize-instructions-gc.wast')
-rw-r--r-- | test/lit/passes/optimize-instructions-gc.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/optimize-instructions-gc.wast b/test/lit/passes/optimize-instructions-gc.wast index c7c7f601f..9a27926c8 100644 --- a/test/lit/passes/optimize-instructions-gc.wast +++ b/test/lit/passes/optimize-instructions-gc.wast @@ -1931,7 +1931,7 @@ ;; However, we do not remove it, as it may be necessary for validation, ;; and we hope other opts help out here. (ref.cast (ref null $B) - (block (result (eqref)) + (block (result eqref) (call $ref-cast-static-fallthrough-remaining-child (local.get $x) ) |