resolve one last merge conflict

This commit is contained in:
Vighnesh 2023-12-01 19:11:31 -08:00
parent e70eec0c59
commit 79854143e4

View File

@ -23,11 +23,7 @@ LUAU_FASTFLAG(DebugLuauDeferredConstraintResolution)
struct LimitFixture : BuiltinsFixture struct LimitFixture : BuiltinsFixture
{ {
#if defined(_NOOPT) || defined(_DEBUG) #if defined(_NOOPT) || defined(_DEBUG)
<<<<<<< HEAD
ScopedFastInt LuauTypeInferRecursionLimit{"LuauTypeInferRecursionLimit", 90};
=======
ScopedFastInt LuauTypeInferRecursionLimit{FInt::LuauTypeInferRecursionLimit, 100}; ScopedFastInt LuauTypeInferRecursionLimit{FInt::LuauTypeInferRecursionLimit, 100};
>>>>>>> upstream
#endif #endif
}; };