Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp242 const char *const Output0[] = {"a", "b", "c", "d"}; in TEST() local
243 testCommandLineTokenizer(cl::TokenizeWindowsCommandLine, Input0, Output0); in TEST()