Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp22923 auto Style3 = getStyle("file", "/c/sub/sub/sub/test.cpp", "LLVM", "", &FS); in TEST() local
22924 ASSERT_TRUE((bool)Style3); in TEST()
22925 ASSERT_EQ(*Style3, getGoogleStyle()); in TEST()