Commit 2c7946f2 by Niels Lohmann

💚 hopefully fixed an error on AppVeyor

parent 8f6bfe5b
...@@ -225,10 +225,10 @@ TEST_CASE("MessagePack") ...@@ -225,10 +225,10 @@ TEST_CASE("MessagePack")
SECTION("-32769..-2147483648") SECTION("-32769..-2147483648")
{ {
for (int32_t i : for (int32_t i : std::vector<int32_t>(
{ {
-32769l, -65536l, -77777l, -1048576l, -2147483648l -32769l, -65536l, -77777l, -1048576l, -2147483648l
}) }))
{ {
CAPTURE(i); CAPTURE(i);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment