mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
More test uncommenting
This commit is contained in:
parent
7602c43214
commit
43915a4675
@ -298,7 +298,6 @@ TEST_CASE_FIXTURE(Fixture, "negated")
|
||||
CHECK(result == std::nullopt);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
TEST_CASE_FIXTURE(Fixture, "variadic")
|
||||
{
|
||||
@ -318,6 +317,7 @@ TEST_CASE_FIXTURE(Fixture, "variadic")
|
||||
CHECK(result == std::nullopt);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
TEST_CASE_FIXTURE(Fixture, "arguments")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user