From 197340be155d8e101b11159e0b5d9a5d8b2ba17d Mon Sep 17 00:00:00 2001 From: Trent Houliston Date: Thu, 21 Sep 2023 16:07:16 +1000 Subject: [PATCH] . --- tests/util/serialise/xxhash.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/util/serialise/xxhash.cpp b/tests/util/serialise/xxhash.cpp index a59239eed..2f186aa40 100644 --- a/tests/util/serialise/xxhash.cpp +++ b/tests/util/serialise/xxhash.cpp @@ -77,7 +77,7 @@ SCENARIO("xxhash32 produces correct output for different input values", "[util][ } } } -}; +} SCENARIO("xxhash64 produces correct output for different input values", "[util][serialise][xxhash][xxhash64]") { @@ -179,4 +179,4 @@ SCENARIO("xxhash64 produces correct output for different input values", "[util][ } } } -}; +}