Skip to content

Commit 0fe964b

Browse files
committed
trigger ci memory leak before
1 parent ee1c6bf commit 0fe964b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FragmentAutocomplete.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3410,7 +3410,6 @@ local foo = 8)");
34103410
CHECK(*pos == Position{2, 0});
34113411
}
34123412

3413-
#if 0
34143413
TEST_CASE_FIXTURE(FragmentAutocompleteBuiltinsFixture, "TypeCorrectLocalReturn_assert")
34153414
{
34163415
const std::string source = R"()";
@@ -3434,6 +3433,7 @@ return target(bar)";
34343433
);
34353434
}
34363435

3436+
#if 0
34373437
TEST_CASE_FIXTURE(FragmentAutocompleteBuiltinsFixture, "TypeCorrectLocalRank_assert")
34383438
{
34393439
const std::string source = R"()";

0 commit comments

Comments
 (0)