diff --git a/test/static/quantity_test.cpp b/test/static/quantity_test.cpp index 2a91ffd7f..56fd42613 100644 --- a/test/static/quantity_test.cpp +++ b/test/static/quantity_test.cpp @@ -983,10 +983,6 @@ static_assert(is_same_v(isq::len quantity>, quantity>); -#if MP_UNITS_HOSTED -static_assert(is_same_v, std::chrono::seconds>, std::chrono::seconds>); -#endif - static_assert(is_same_v, int>, quantity>); static_assert(is_same_v, double>, quantity>); static_assert(is_same_v, int>, quantity>);