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