fix test case name

This commit is contained in:
Neargye 2018-05-04 01:18:02 +05:00
parent e338271101
commit 4e7e66a94b

View file

@ -203,7 +203,7 @@ TEST_CASE("NAMEOF_FULL") {
} }
} }
TEST_CASE("Spaces and Tabs are ignored") { TEST_CASE("Spaces and Tabs ignored") {
SECTION("Spaces") { SECTION("Spaces") {
// variable // variable
REQUIRE(std::strcmp(NAMEOF( (&somevar)->somefield ), "somefield") == 0); REQUIRE(std::strcmp(NAMEOF( (&somevar)->somefield ), "somefield") == 0);