🚨 fix warning

This commit is contained in:
Niels Lohmann 2021-10-17 21:18:11 +02:00
parent 5712c7f9cd
commit 3a68b14e46
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -719,7 +719,7 @@ TEST_CASE("MessagePack")
{
for (uint64_t i :
{
4294967296lu, 18446744073709551615lu
4294967296LU, 18446744073709551615LU
})
{
CAPTURE(i)