mirror of
https://github.com/nlohmann/json.git
synced 2025-07-26 07:07:58 +08:00
💚 hopefully fixed an error on AppVeyor
This commit is contained in:
parent
8f6bfe5b32
commit
2c7946f2bc
@ -225,10 +225,10 @@ TEST_CASE("MessagePack")
|
||||
|
||||
SECTION("-32769..-2147483648")
|
||||
{
|
||||
for (int32_t i :
|
||||
for (int32_t i : std::vector<int32_t>(
|
||||
{
|
||||
-32769l, -65536l, -77777l, -1048576l, -2147483648l
|
||||
})
|
||||
}))
|
||||
{
|
||||
CAPTURE(i);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user