From 0fe964b37085de12537f00f023189fbb5ad1af0a Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Fri, 4 Apr 2025 14:13:56 -0700 Subject: [PATCH] trigger ci memory leak before --- tests/FragmentAutocomplete.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FragmentAutocomplete.test.cpp b/tests/FragmentAutocomplete.test.cpp index 1f823063..e10f0eac 100644 --- a/tests/FragmentAutocomplete.test.cpp +++ b/tests/FragmentAutocomplete.test.cpp @@ -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"()";