mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
trigger ci memory leak before
This commit is contained in:
parent
ee1c6bf0db
commit
0fe964b370
1 changed files with 1 additions and 1 deletions
|
@ -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"()";
|
||||
|
|
Loading…
Add table
Reference in a new issue