From a197f044b5ea8278e36d277f8d8917ed9f15c961 Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Fri, 11 Oct 2024 14:49:34 -0700 Subject: [PATCH] i messed up the macro syntax again --- tests/TypeVar.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")