[clang-tidy] Remove unnecessary code from ReadabilityModuleTest
authorNathan James <n.james93@hotmail.co.uk>
Tue, 19 Jul 2022 04:21:09 +0000 (05:21 +0100)
committerNathan James <n.james93@hotmail.co.uk>
Tue, 19 Jul 2022 04:21:19 +0000 (05:21 +0100)
commit6357f1c1aa7694240a3b18e164faa977383dc9b6
tree6a85613c5685992f3bc2b940e2c58b117af9abc3
parent8ed702b83f20d0ec117264a8e7776098ae956250
[clang-tidy] Remove unnecessary code from ReadabilityModuleTest

D56303 added testing code that was then made redundant by the changes in D125026. However this code wasn't completely removed in the latter patch.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D130026
clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
clang-tools-extra/unittests/clang-tidy/ReadabilityModuleTest.cpp