[Lldb-commits] [PATCH] D95813: [lldb] Convert assertTrue(a == b) to assertEqual(a, b)
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 2 11:39:21 PST 2021
teemperor added a comment.
In D95813#2535209 <https://reviews.llvm.org/D95813#2535209>, @JDevlieghere wrote:
> Cool, I was under the impression @teemperor had already done something similar, but I must be misremembering.
I ran one big regex that got most of the Equal/Less/Bigger than, but I think the multi-line calls I didn't transform (because of laziness).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95813/new/
https://reviews.llvm.org/D95813
More information about the lldb-commits
mailing list