Usage of the tag "CHECK-MESSAGES" in this test file is incorrect, since it is used as "CHECK-MESSAGE". This does not make the tests fail, but the check for correct warning messages will never happen.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
Comment Actions
One small typo with one of the test changes, but otherwise LGTM, good catch!
test/clang-tidy/modernize-replace-random-shuffle.cpp | ||
---|---|---|
51 | std::random_shuffle was correct; remove the extra 'd'. |
std::random_shuffle was correct; remove the extra 'd'.