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:
John Barboza 2017-07-26 02:50:00 -04:00 committed by Saúl Ibarra Corretgé
parent 3b1e836abd
commit 3c6f9e54ef

View File

@ -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";