Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-spawn.c1179 WCHAR* non_verbatim_output; in TEST_IMPL() local
1214 result = make_program_args(verbatim, 0, &non_verbatim_output); in TEST_IMPL()
1218 wprintf(L"non_verbatim_output: %s\n", non_verbatim_output); in TEST_IMPL()
1223 ASSERT_OK(wcscmp(non_verbatim_output, in TEST_IMPL()
1228 free(non_verbatim_output); in TEST_IMPL()

Completed in 8 milliseconds