diff --git a/test/test-fs.c b/test/test-fs.c index e99b3e53..dfe757b4 100644 --- a/test/test-fs.c +++ b/test/test-fs.c @@ -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