mirror of
https://github.com/nlohmann/json.git
synced 2026-02-09 11:42:51 +00:00
💚 more AppVeyor fixes
This commit is contained in:
@@ -269,10 +269,10 @@ TEST_CASE("MessagePack")
|
||||
|
||||
SECTION("-9223372036854775808..-2147483649 (int 64)")
|
||||
{
|
||||
for (int64_t i :
|
||||
{
|
||||
-9223372036854775807 - 1, -2147483649
|
||||
})
|
||||
std::vector<int64_t> numbers;
|
||||
numbers.push_back(-9223372036854775807-1);
|
||||
numbers.push_back(-2147483649);
|
||||
for (auto i : numbers)
|
||||
{
|
||||
CAPTURE(i);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user