diff --git a/test/test.cpp b/test/test.cpp index 8b9a722..f5e679d 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -152,7 +152,7 @@ TEST_CASE("constexpr") { static_assert(cx == "RED", ""); REQUIRE(cx == "RED"); # elif defined(__GNUC__) - REQUIRE(cx == "(const Color)-1"); + REQUIRE(cx == "(Color)-1"); # endif }