Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.cpp168 std::string StrTestName(TestName); in runTests() local
172 if ((TestFilter != nullptr) && (StrTestName != TestFilter)) { in runTests()