🚧 try to fix some warnings in MSVC

This commit is contained in:
Niels Lohmann
2017-02-20 18:32:11 +01:00
parent f7075be93a
commit 1a6d7f5bca
3 changed files with 4 additions and 4 deletions

View File

@@ -1271,7 +1271,7 @@ TEST_CASE("CBOR regressions", "[!throws]")
SECTION("improve code coverage")
{
// exotic edge case
CHECK_THROWS_AS(json::check_length(0xffffffffffffffff, 0xfffffffffffffff0, 0xff), std::out_of_range);
CHECK_THROWS_AS(json::check_length(0xffffffffffffffffull, 0xfffffffffffffff0ull, 0xff), std::out_of_range);
}
}