tests updated to vs2015

This commit is contained in:
gabime
2015-12-13 15:13:16 +02:00
parent 7bf45bcf14
commit e226bfc35d
6 changed files with 18 additions and 10 deletions

View File

@@ -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);
}