[Lldb-commits] [PATCH] D112706: [lldb/test] Allow indentation in inline tests
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 28 05:32:33 PDT 2021
labath marked an inline comment as done.
labath added a comment.
In D112706#3093179 <https://reviews.llvm.org/D112706#3093179>, @teemperor wrote:
> On a more general note: I wish we would just kill off inline tests instead of trying to make them usable. But I think that's a discussion for the mailing lists...
I actually kinda like the inline tests, as they allow you to put the source code and the test expectations into the same file (which makes them very similar to llvm tests). But they do leave a lot to be desired...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112706/new/
https://reviews.llvm.org/D112706
More information about the lldb-commits
mailing list