push same change to shared code allocator

This commit is contained in:
Vighnesh 2024-10-11 14:51:28 -07:00
parent a197f044b5
commit 68b9214b03

View file

@ -175,7 +175,7 @@ TEST_CASE("NativeModuleRefRefcounting")
REQUIRE(modRefA->getRefcount() == 1); REQUIRE(modRefA->getRefcount() == 1);
REQUIRE(modRefB->getRefcount() == 1); REQUIRE(modRefB->getRefcount() == 1);
#ifdef defined(__linux__) && defined(__GNUC__) #if defined(__linux__) && defined(__GNUC__)
#else #else
// NativeModuleRef self move assignment: // NativeModuleRef self move assignment:
{ {