Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-spawn.c1175 WCHAR* verbatim_output; in TEST_IMPL() local
1209 result = make_program_args(verbatim, 1, &verbatim_output); in TEST_IMPL()
1214 wprintf(L" verbatim_output: %s\n", verbatim_output); in TEST_IMPL()
1217 ASSERT(wcscmp(verbatim_output, in TEST_IMPL()
1224 free(verbatim_output); in TEST_IMPL()