This is part of a move to convert clang-doc's tests to a more maintainable unit test framework, with a smaller number of integration tests to maintain and more granular failure feedback.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
clang-tools-extra/unittests/clang-doc/YAMLGeneratorTest.cpp | ||
---|---|---|
45 ↗ | (On Diff #169015) | Nit: use raw strings here as well, the same here below. |
Comment Actions
This just seems like a lit test in unit test form, why does this need to use unit tests and not lit tests?
Edit: Spoke offline about this, I'm fine with it.