We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1c6bf commit 0fe964bCopy full SHA for 0fe964b
tests/FragmentAutocomplete.test.cpp
@@ -3410,7 +3410,6 @@ local foo = 8)");
3410
CHECK(*pos == Position{2, 0});
3411
}
3412
3413
-#if 0
3414
TEST_CASE_FIXTURE(FragmentAutocompleteBuiltinsFixture, "TypeCorrectLocalReturn_assert")
3415
{
3416
const std::string source = R"()";
@@ -3434,6 +3433,7 @@ return target(bar)";
3434
3433
);
3435
3436
+#if 0
3437
TEST_CASE_FIXTURE(FragmentAutocompleteBuiltinsFixture, "TypeCorrectLocalRank_assert")
3438
3439
0 commit comments