diff --git a/tests/TypeVar.test.cpp b/tests/TypeVar.test.cpp index ad5fdaae..1bb094a3 100644 --- a/tests/TypeVar.test.cpp +++ b/tests/TypeVar.test.cpp @@ -464,7 +464,7 @@ TEST_CASE("proof_that_isBoolean_uses_all_of") } -#ifdef defined(__linux__) && defined(__GNUC__)g +#if defined(__linux__) && defined(__GNUC__) #else TEST_CASE("content_reassignment")