mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
tests updated to vs2015
This commit is contained in:
@@ -36,7 +36,7 @@ TEST_CASE("file_helper_size", "[file_helper::size()]]")
|
||||
write_with_helper(helper, expected_size);
|
||||
REQUIRE(helper.size() == expected_size);
|
||||
}
|
||||
REQUIRE(filesize(filename) == expected_size);
|
||||
REQUIRE(get_filesize(filename) == expected_size);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user