mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
push same change to shared code allocator
This commit is contained in:
parent
a197f044b5
commit
68b9214b03
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue