mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
More test uncommenting
This commit is contained in:
parent
7602c43214
commit
43915a4675
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,6 @@ TEST_CASE_FIXTURE(Fixture, "negated")
|
||||||
CHECK(result == std::nullopt);
|
CHECK(result == std::nullopt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
TEST_CASE_FIXTURE(Fixture, "variadic")
|
TEST_CASE_FIXTURE(Fixture, "variadic")
|
||||||
{
|
{
|
||||||
|
@ -318,6 +317,7 @@ TEST_CASE_FIXTURE(Fixture, "variadic")
|
||||||
CHECK(result == std::nullopt);
|
CHECK(result == std::nullopt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
TEST_CASE_FIXTURE(Fixture, "arguments")
|
TEST_CASE_FIXTURE(Fixture, "arguments")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue