From 4e7e66a94bcea7b63f9470c2703f0b8412ff3414 Mon Sep 17 00:00:00 2001 From: Neargye Date: Fri, 4 May 2018 01:18:02 +0500 Subject: [PATCH] fix test case name --- test/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.cpp b/test/test.cpp index db81abe..cd4eed8 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -203,7 +203,7 @@ TEST_CASE("NAMEOF_FULL") { } } -TEST_CASE("Spaces and Tabs are ignored") { +TEST_CASE("Spaces and Tabs ignored") { SECTION("Spaces") { // variable REQUIRE(std::strcmp(NAMEOF( (&somevar)->somefield ), "somefield") == 0);