[clang-format][NFC] Move BracesRemover tests out of FormatTest.cpp
authorowenca <owenpiano@gmail.com>
Thu, 27 Oct 2022 09:53:23 +0000 (02:53 -0700)
committerowenca <owenpiano@gmail.com>
Sat, 29 Oct 2022 06:44:41 +0000 (23:44 -0700)
commit30ea3fcc4c694d9ef3f914f3ad57eef32dc5b910
tree01eade6b4f6e06bf12fbcc4479a3bf586b8e2bf3
parent9dc5b322d591ff01499a06c95f0caaf14b59f2f3
[clang-format][NFC] Move BracesRemover tests out of FormatTest.cpp

Differential Revision: https://reviews.llvm.org/D136830
clang/unittests/Format/BracesRemoverTest.cpp [new file with mode: 0644]
clang/unittests/Format/CMakeLists.txt
clang/unittests/Format/FormatTest.cpp