💚 hopefully fixed an error on AppVeyor

This commit is contained in:
Niels Lohmann 2016-12-07 16:21:22 +01:00
parent 8f6bfe5b32
commit 2c7946f2bc

View file

@ -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);