Home
last modified time | relevance | path

Searched refs:TestKit (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DDefinitionBlockSeparatorTest.cpp256 auto TestKit = MakeUntouchTest("/* FOOBAR */\n" in TEST_F() local
259 verifyFormat(TestKit.first, AlwaysStyle, TestKit.second); in TEST_F()
260 verifyFormat(TestKit.second, NeverStyle, removeEmptyLines(TestKit.second)); in TEST_F()
262 TestKit = MakeUntouchTest("/* FOOBAR */\n" in TEST_F()
265 verifyFormat(TestKit.first, AlwaysStyle, TestKit.second); in TEST_F()
266 verifyFormat(TestKit.second, NeverStyle, removeEmptyLines(TestKit.second)); in TEST_F()
272 verifyFormat(TestKit.first, AlwaysStyle, TestKit.second); in TEST_F()
273 verifyFormat(TestKit.second, NeverStyle, removeEmptyLines(TestKit.second)); in TEST_F()
275 TestKit = MakeUntouchTest("namespace Ns {\n", in TEST_F()
279 verifyFormat(TestKit.first, AlwaysStyle, TestKit.second); in TEST_F()
[all …]