Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DGlobPatternTest.cpp142 const char *NegativeCases[] = {"a*", "*a", "?*", "*?", "**", "\\*"}; in TEST_F() local
143 for (auto *P : NegativeCases) { in TEST_F()