test: add missing return statement in fs_stat_root
This commit is contained in:
parent
92b260c065
commit
3f1bad2050
@ -1298,6 +1298,8 @@ TEST_IMPL(fs_stat_root) {
|
||||
|
||||
r = uv_fs_stat(loop, &stat_req, "\\\\?\\C:\\", NULL);
|
||||
ASSERT(r == 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user