More test uncommenting

This commit is contained in:
Vighnesh 2023-10-20 17:07:09 -07:00
parent 7602c43214
commit 43915a4675

View File

@ -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")
{