diff --git a/tests/RuntimeLimits.test.cpp b/tests/RuntimeLimits.test.cpp index 3959b774..75c9eda0 100644 --- a/tests/RuntimeLimits.test.cpp +++ b/tests/RuntimeLimits.test.cpp @@ -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 };