diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lit/passes/heap2local.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/passes/heap2local.wast b/test/lit/passes/heap2local.wast index b693c49ee..be6538a94 100644 --- a/test/lit/passes/heap2local.wast +++ b/test/lit/passes/heap2local.wast @@ -2045,8 +2045,8 @@ ;; CHECK-NEXT: ) (func $cast-failure (result anyref) (struct.get $B 0 - ;; The allocated $A arrives here, but the cast will fail, - ;; so we do not optimize. + ;; The allocated $A arrives here, but the cast will fail, so we do not + ;; optimize. (ref.cast (ref $B) (struct.new $A (struct.new $A |