[Lldb-commits] [PATCH] D150772: Add code snippet line numbers to TestExprDiagnostics output

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 26 09:24:28 PDT 2023


JDevlieghere added a comment.

I think this test could benefit from switching to string literals (`'''`) and doing a single `self.assertIn` rather than scanning the whole output for every line. Also please use `black` (version 23) to format the test.


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

https://reviews.llvm.org/D150772



More information about the lldb-commits mailing list