mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 21:40:43 +00:00
Fix tests in debug
This commit is contained in:
parent
5444d06708
commit
0d6481b9df
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ LUAU_FASTFLAG(LuauLowerBoundsCalculation);
|
||||||
|
|
||||||
struct LimitFixture : Fixture
|
struct LimitFixture : Fixture
|
||||||
{
|
{
|
||||||
#if defined(_NOOPT)
|
#if defined(_NOOPT) || defined(_DEBUG)
|
||||||
ScopedFastInt LuauTypeInferRecursionLimit{"LuauTypeInferRecursionLimit", 150};
|
ScopedFastInt LuauTypeInferRecursionLimit{"LuauTypeInferRecursionLimit", 150};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue