trigger ci memory leak before

This commit is contained in:
Vighnesh 2025-04-04 14:13:56 -07:00
parent ee1c6bf0db
commit 0fe964b370

View file

@ -3410,7 +3410,6 @@ local foo = 8)");
CHECK(*pos == Position{2, 0});
}
#if 0
TEST_CASE_FIXTURE(FragmentAutocompleteBuiltinsFixture, "TypeCorrectLocalReturn_assert")
{
const std::string source = R"()";
@ -3434,6 +3433,7 @@ return target(bar)";
);
}
#if 0
TEST_CASE_FIXTURE(FragmentAutocompleteBuiltinsFixture, "TypeCorrectLocalRank_assert")
{
const std::string source = R"()";