unix: add missing semicolon
PR-URL: https://github.com/libuv/libuv/pull/1444 Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
parent
3b1e836abd
commit
3c6f9e54ef
@ -1714,7 +1714,7 @@ TEST_IMPL(spawn_inherit_streams) {
|
||||
|
||||
TEST_IMPL(spawn_quoted_path) {
|
||||
#ifndef _WIN32
|
||||
RETURN_SKIP("Test for Windows")
|
||||
RETURN_SKIP("Test for Windows");
|
||||
#else
|
||||
char* quoted_path_env[2];
|
||||
options.file = "not_existing";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user