Skip to content

Commit

Permalink
Maybe more?
Browse files Browse the repository at this point in the history
  • Loading branch information
vegorov-rbx committed Sep 20, 2024
1 parent 0106dfa commit 48f3c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Autocomplete.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3823,7 +3823,7 @@ TEST_CASE_FIXTURE(ACFixture, "autocomplete_subtyping_recursion_limit")
ScopedFastFlag luauAutocompleteNewSolverLimit{FFlag::LuauAutocompleteNewSolverLimit, true};
ScopedFastInt luauTypeInferRecursionLimit{FInt::LuauTypeInferRecursionLimit, 10};

const int parts = 80;
const int parts = 60;
std::string source;

source += "function f()\n";
Expand Down

0 comments on commit 48f3c85

Please sign in to comment.