mirror of
https://github.com/nlohmann/json.git
synced 2024-12-11 11:19:03 +08:00
💚 another approach to the AppVeyor error
This commit is contained in:
parent
81c43dca6a
commit
de289ea336
@ -270,8 +270,8 @@ TEST_CASE("MessagePack")
|
|||||||
SECTION("-9223372036854775808..-2147483649 (int 64)")
|
SECTION("-9223372036854775808..-2147483649 (int 64)")
|
||||||
{
|
{
|
||||||
std::vector<int64_t> numbers;
|
std::vector<int64_t> numbers;
|
||||||
numbers.push_back(-9223372036854775807-1);
|
numbers.push_back(INT64_MIN);
|
||||||
numbers.push_back(-2147483649);
|
numbers.push_back(-2147483649ll);
|
||||||
for (auto i : numbers)
|
for (auto i : numbers)
|
||||||
{
|
{
|
||||||
CAPTURE(i);
|
CAPTURE(i);
|
||||||
|
Loading…
Reference in New Issue
Block a user