This commit is contained in:
Neargye 2018-09-03 17:52:27 +05:00
parent 467335d647
commit 66a9c057f9

View file

@ -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
} }