提交 81c43dca 编写于 作者: N Niels Lohmann

💚 more AppVeyor fixes

上级 3f14a09e
......@@ -269,10 +269,10 @@ TEST_CASE("MessagePack")
SECTION("-9223372036854775808..-2147483649 (int 64)")
{
for (int64_t i :
{
-9223372036854775807 - 1, -2147483649
})
std::vector<int64_t> numbers;
numbers.push_back(-9223372036854775807-1);
numbers.push_back(-2147483649);
for (auto i : numbers)
{
CAPTURE(i);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册