Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
test: add missing return statement in fs_stat_root
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jan 27, 2012
1 parent 92b260c commit 3f1bad2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-fs.c
Expand Up @@ -1298,6 +1298,8 @@ TEST_IMPL(fs_stat_root) {

r = uv_fs_stat(loop, &stat_req, "\\\\?\\C:\\", NULL);
ASSERT(r == 0);

return 0;
}
#endif

Expand Down

0 comments on commit 3f1bad2

Please sign in to comment.