mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
resolve one last merge conflict
This commit is contained in:
parent
e70eec0c59
commit
79854143e4
1 changed files with 0 additions and 4 deletions
|
@ -23,11 +23,7 @@ LUAU_FASTFLAG(DebugLuauDeferredConstraintResolution)
|
|||
struct LimitFixture : BuiltinsFixture
|
||||
{
|
||||
#if defined(_NOOPT) || defined(_DEBUG)
|
||||
<<<<<<< HEAD
|
||||
ScopedFastInt LuauTypeInferRecursionLimit{"LuauTypeInferRecursionLimit", 90};
|
||||
=======
|
||||
ScopedFastInt LuauTypeInferRecursionLimit{FInt::LuauTypeInferRecursionLimit, 100};
|
||||
>>>>>>> upstream
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue