mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
Maybe more?
This commit is contained in:
parent
0106dfaffa
commit
48f3c85cba
1 changed files with 1 additions and 1 deletions
|
@ -3823,7 +3823,7 @@ TEST_CASE_FIXTURE(ACFixture, "autocomplete_subtyping_recursion_limit")
|
||||||
ScopedFastFlag luauAutocompleteNewSolverLimit{FFlag::LuauAutocompleteNewSolverLimit, true};
|
ScopedFastFlag luauAutocompleteNewSolverLimit{FFlag::LuauAutocompleteNewSolverLimit, true};
|
||||||
ScopedFastInt luauTypeInferRecursionLimit{FInt::LuauTypeInferRecursionLimit, 10};
|
ScopedFastInt luauTypeInferRecursionLimit{FInt::LuauTypeInferRecursionLimit, 10};
|
||||||
|
|
||||||
const int parts = 80;
|
const int parts = 60;
|
||||||
std::string source;
|
std::string source;
|
||||||
|
|
||||||
source += "function f()\n";
|
source += "function f()\n";
|
||||||
|
|
Loading…
Reference in a new issue