From 0c20db8d108c4123fcc3ecb343759e68567a4d4e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Nov 2018 00:51:57 +0300 Subject: Remove extra ; from different code. --- src/unittests/utils/checkutils.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/unittests/utils/checkutils.cc') diff --git a/src/unittests/utils/checkutils.cc b/src/unittests/utils/checkutils.cc index a80a24c74..8244248ca 100644 --- a/src/unittests/utils/checkutils.cc +++ b/src/unittests/utils/checkutils.cc @@ -76,7 +76,7 @@ static bool testFailAlways1() static bool testFailAlways2() { - reportAlways("test fail"); + reportAlways("test fail") return false; } @@ -96,7 +96,7 @@ TEST_CASE("CheckUtils", "") SECTION("reportAlways") { - reportAlwaysReal("test report"); + reportAlwaysReal("test report") } SECTION("failFalse") -- cgit v1.2.3-70-g09d2