test: fix platform_output test on cygwin
Fixes: https://github.com/libuv/libuv/issues/2077 PR-URL: https://github.com/libuv/libuv/pull/2081 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
32cccbc9f0
commit
2749d0c30d
@ -49,7 +49,7 @@ TEST_IMPL(platform_output) {
|
||||
printf("uv_cwd: %s\n", buffer);
|
||||
|
||||
err = uv_resident_set_memory(&rss);
|
||||
#if defined(__CYGWIN__) || defined(__MSYS__)
|
||||
#if defined(__MSYS__)
|
||||
ASSERT(err == UV_ENOSYS);
|
||||
#else
|
||||
ASSERT(err == 0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user