[PATCH] D153109: [clang-format][NFC] Clean up unit tests
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 16 15:58:49 PDT 2023
owenpan added a comment.
Because FormatTestCSharp.cpp, FormatTestJS.cpp, and FormatTestSelective.cpp don't `#include` FormatTestBase.h, they can't benefit from `verifyNoChange`. However, the rest of the unit tests are all free of the repeated arguments in `EXPECT_EQ` and `verifyFormat` (as far as my script could identify and replace).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153109/new/
https://reviews.llvm.org/D153109
More information about the cfe-commits
mailing list