💚 hopefully fixed an error on AppVeyor
This commit is contained in:
parent
8f6bfe5b32
commit
2c7946f2bc
1 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue