🚨 fix warning

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

View File

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