mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
Fix test in debug
This commit is contained in:
parent
6d8a6ec825
commit
25f90eae7d
@ -636,6 +636,10 @@ TEST_CASE_FIXTURE(Fixture, "lower_bounds_calculation_is_too_permissive_with_over
|
||||
// Once fixed, move this to Normalize.test.cpp
|
||||
TEST_CASE_FIXTURE(Fixture, "normalization_fails_on_certain_kinds_of_cyclic_tables")
|
||||
{
|
||||
#if defined(_DEBUG) || defined(_NOOPT)
|
||||
ScopedFastInt sfi("LuauNormalizeIterationLimit", 500);
|
||||
#endif
|
||||
|
||||
ScopedFastFlag flags[] = {
|
||||
{"LuauLowerBoundsCalculation", true},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user