1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-20 19:53:48 +01:00

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
}; };