diff --git a/tests/src/unit-conversions.cpp b/tests/src/unit-conversions.cpp index 6c36a2451..b3ab6a8f1 100644 --- a/tests/src/unit-conversions.cpp +++ b/tests/src/unit-conversions.cpp @@ -1761,7 +1761,6 @@ TEST_CASE("std::filesystem::path") } #endif -#if !JSON_USE_IMPLICIT_CONVERSIONS TEST_CASE("std::optional") { SECTION("null") @@ -1831,7 +1830,6 @@ TEST_CASE("std::optional") } } #endif -#endif #ifdef JSON_HAS_CPP_17 #undef JSON_HAS_CPP_17