comment out whole test case

This commit is contained in:
Vighnesh 2023-10-20 17:37:59 -07:00
parent 43915a4675
commit 46f18bb352

View File

@ -317,7 +317,6 @@ TEST_CASE_FIXTURE(Fixture, "variadic")
CHECK(result == std::nullopt); CHECK(result == std::nullopt);
} }
} }
#endif
TEST_CASE_FIXTURE(Fixture, "arguments") TEST_CASE_FIXTURE(Fixture, "arguments")
{ {
@ -476,6 +475,7 @@ TEST_CASE_FIXTURE(BuiltinsFixture, "complex_chains")
CHECK(*result == builtinTypes->falseType); CHECK(*result == builtinTypes->falseType);
} }
} }
#endif
TEST_SUITE_END(); // TypePathTraversal TEST_SUITE_END(); // TypePathTraversal