Fix tests in debug

This commit is contained in:
Arseny Kapoulkine 2022-04-28 18:10:31 -07:00
parent 5444d06708
commit 0d6481b9df
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ LUAU_FASTFLAG(LuauLowerBoundsCalculation);
struct LimitFixture : Fixture
{
#if defined(_NOOPT)
#if defined(_NOOPT) || defined(_DEBUG)
ScopedFastInt LuauTypeInferRecursionLimit{"LuauTypeInferRecursionLimit", 150};
#endif