Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp23120 llvm::raw_fd_ostream FormatFileTest(FormatFilePath, ECF); in TEST() local
23122 FormatFileTest << "BasedOnStyle: Google\n"; in TEST()
23123 FormatFileTest.close(); in TEST()