[Lldb-commits] [PATCH] D74475: [lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in the test suite
Raphael “Teemperor” Isemann via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 13 23:02:07 PST 2020
Thanks, I thought I fixed that before committing (that was the one change that Pavel missed IIRC).
> On 14. Feb 2020, at 07:53, Jonas Devlieghere via Phabricator <reviews at reviews.llvm.org> wrote:
>
> JDevlieghere added a comment.
>
> Yup, looks like that was it, the bot is green again: http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/13740
>
>
> Repository:
> rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
> https://reviews.llvm.org/D74475/new/
>
> https://reviews.llvm.org/D74475
>
>
>
More information about the lldb-commits
mailing list