fix test case name
This commit is contained in:
parent
e338271101
commit
4e7e66a94b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue