From 942fd47ae81125ef5802ee8f0841f1ec18c1e3ea Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Mon, 5 Aug 2019 01:18:50 +0200 Subject: [PATCH] Minor formatting fix --- tests/menu/accelentry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/menu/accelentry.cpp b/tests/menu/accelentry.cpp index 1b7b6837be..2ea3686a95 100644 --- a/tests/menu/accelentry.cpp +++ b/tests/menu/accelentry.cpp @@ -95,6 +95,6 @@ TEST_CASE( "wxAcceleratorEntry::StringTests", "[accelentry]" ) SECTION( "Create from invalid string" ) { - REQUIRE( !a.FromString("bloordyblop") ); + REQUIRE( !a.FromString("bloordyblop") ); } }