win: remove unused variable in test/test-fs.c
PR-URL: https://github.com/libuv/libuv/pull/1632 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
This commit is contained in:
parent
fe3e635425
commit
0b18f57be5
@ -2171,7 +2171,6 @@ TEST_IMPL(fs_utime) {
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
TEST_IMPL(fs_stat_root) {
|
TEST_IMPL(fs_stat_root) {
|
||||||
int r;
|
int r;
|
||||||
uv_loop_t* loop = uv_default_loop();
|
|
||||||
|
|
||||||
r = uv_fs_stat(NULL, &stat_req, "\\", NULL);
|
r = uv_fs_stat(NULL, &stat_req, "\\", NULL);
|
||||||
ASSERT(r == 0);
|
ASSERT(r == 0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user