From 43915a4675bfc3fd3492b3b48f4fa6a34e7c99c3 Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Fri, 20 Oct 2023 17:07:09 -0700 Subject: [PATCH] More test uncommenting --- tests/TypePath.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TypePath.test.cpp b/tests/TypePath.test.cpp index ec2cdba1..49e964c5 100644 --- a/tests/TypePath.test.cpp +++ b/tests/TypePath.test.cpp @@ -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") {