Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp256 const char *const Output3[] = {"a", "b", "c", "d", "text"}; in TEST() local
257 testCommandLineTokenizer(cl::TokenizeWindowsCommandLine, Input3, Output3); in TEST()
274 const char *const Output3[] = {"\\\\server\\share\\subdir\\clang.exe"}; in TEST() local
275 testCommandLineTokenizer(cl::TokenizeWindowsCommandLineFull, Input3, Output3); in TEST()