test: fs_fchmod_archive_readonly must return a value

PR-URL: https://github.com/libuv/libuv/pull/1843
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
This commit is contained in:
Bert Belder 2018-05-20 15:14:35 -07:00
parent 9584df25dc
commit 5191ab5e93
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

View File

@ -3361,5 +3361,7 @@ TEST_IMPL(fs_fchmod_archive_readolny) {
/* Restore Archive flag for rest of the tests */
r = SetFileAttributes("test_file", FILE_ATTRIBUTE_ARCHIVE);
ASSERT(r != 0);
return 0;
}
#endif