From 66a9c057f9eb6315f70daeb50580db3d0c8b93d6 Mon Sep 17 00:00:00 2001 From: Neargye Date: Mon, 3 Sep 2018 17:52:27 +0500 Subject: [PATCH] fix test --- test/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }