fix test
This commit is contained in:
parent
467335d647
commit
66a9c057f9
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ TEST_CASE("constexpr") {
|
||||||
static_assert(cx == "RED", "");
|
static_assert(cx == "RED", "");
|
||||||
REQUIRE(cx == "RED");
|
REQUIRE(cx == "RED");
|
||||||
# elif defined(__GNUC__)
|
# elif defined(__GNUC__)
|
||||||
REQUIRE(cx == "(const Color)-1");
|
REQUIRE(cx == "(Color)-1");
|
||||||
# endif
|
# endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue