diff options
author | Alon Zakai <azakai@google.com> | 2023-08-23 17:14:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 17:14:30 -0700 |
commit | d4207b10ca8038fdb9c11d6dfe1be2b7e84a1266 (patch) | |
tree | 60ef96b4209975ac391f8154388aaf059a93a559 | |
parent | 0f933bafc25a066e3cf17485425969c097a8be2a (diff) | |
download | binaryen-d4207b10ca8038fdb9c11d6dfe1be2b7e84a1266.tar.gz binaryen-d4207b10ca8038fdb9c11d6dfe1be2b7e84a1266.tar.bz2 binaryen-d4207b10ca8038fdb9c11d6dfe1be2b7e84a1266.zip |
Fix a merge conflict on main (#5899)
-rw-r--r-- | test/lit/passes/remove-unused-brs-gc.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/remove-unused-brs-gc.wast b/test/lit/passes/remove-unused-brs-gc.wast index 1b41e1257..88e8aa9e1 100644 --- a/test/lit/passes/remove-unused-brs-gc.wast +++ b/test/lit/passes/remove-unused-brs-gc.wast @@ -602,7 +602,7 @@ ;; CHECK-NEXT: (drop ;; CHECK-NEXT: (block ;; CHECK-NEXT: (drop - ;; CHECK-NEXT: (ref.cast none + ;; CHECK-NEXT: (ref.cast (ref none) ;; CHECK-NEXT: (local.get $0) ;; CHECK-NEXT: ) ;; CHECK-NEXT: ) |