From 46f18bb352d5fa067b273f06efcb3510b390905e Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Fri, 20 Oct 2023 17:37:59 -0700 Subject: [PATCH] comment out whole test case --- 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 49e964c5..53127c3d 100644 --- a/tests/TypePath.test.cpp +++ b/tests/TypePath.test.cpp @@ -317,7 +317,6 @@ TEST_CASE_FIXTURE(Fixture, "variadic") CHECK(result == std::nullopt); } } -#endif TEST_CASE_FIXTURE(Fixture, "arguments") { @@ -476,6 +475,7 @@ TEST_CASE_FIXTURE(BuiltinsFixture, "complex_chains") CHECK(*result == builtinTypes->falseType); } } +#endif TEST_SUITE_END(); // TypePathTraversal