[Lldb-commits] [PATCH] D74475: [lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in the test suite

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 12 10:33:49 PST 2020


JDevlieghere added a comment.

LGTM. I don't know how complex your script is, but could you include it in the commit message or the script directory so that we can run this again in the future?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74475/new/

https://reviews.llvm.org/D74475





More information about the lldb-commits mailing list