From 68b9214b039a94cc02573e73544ea9802adbc1ee Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Fri, 11 Oct 2024 14:51:28 -0700 Subject: [PATCH] push same change to shared code allocator --- tests/SharedCodeAllocator.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SharedCodeAllocator.test.cpp b/tests/SharedCodeAllocator.test.cpp index 731d1fa8..13bf9f98 100644 --- a/tests/SharedCodeAllocator.test.cpp +++ b/tests/SharedCodeAllocator.test.cpp @@ -175,7 +175,7 @@ TEST_CASE("NativeModuleRefRefcounting") REQUIRE(modRefA->getRefcount() == 1); REQUIRE(modRefB->getRefcount() == 1); -#ifdef defined(__linux__) && defined(__GNUC__) +#if defined(__linux__) && defined(__GNUC__) #else // NativeModuleRef self move assignment: {