mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
comment out whole test case
This commit is contained in:
parent
43915a4675
commit
46f18bb352
@ -317,7 +317,6 @@ TEST_CASE_FIXTURE(Fixture, "variadic")
|
|||||||
CHECK(result == std::nullopt);
|
CHECK(result == std::nullopt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
TEST_CASE_FIXTURE(Fixture, "arguments")
|
TEST_CASE_FIXTURE(Fixture, "arguments")
|
||||||
{
|
{
|
||||||
@ -476,6 +475,7 @@ TEST_CASE_FIXTURE(BuiltinsFixture, "complex_chains")
|
|||||||
CHECK(*result == builtinTypes->falseType);
|
CHECK(*result == builtinTypes->falseType);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
TEST_SUITE_END(); // TypePathTraversal
|
TEST_SUITE_END(); // TypePathTraversal
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user