From cc68172de734fb9e3f24612eca0f89e1464fb966 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 14 Sep 2020 20:41:57 +0200 Subject: [PATCH] fix: invalid tests removed from custom_rep_min_req_test --- .../static/custom_rep_min_req_test.cpp | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/test/unit_test/static/custom_rep_min_req_test.cpp b/test/unit_test/static/custom_rep_min_req_test.cpp index 09baabc9..5db6f01a 100644 --- a/test/unit_test/static/custom_rep_min_req_test.cpp +++ b/test/unit_test/static/custom_rep_min_req_test.cpp @@ -248,30 +248,4 @@ static_assert(length>(quantity_cast(length< static_assert(!std::is_constructible_v>, length>>); static_assert(length>(quantity_cast(length>(expl_expl(2000)))).count() == expl_expl(2)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(72))).count() == impl(20)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(expl(72)))).count() == expl(20)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(72))).count() == impl_impl(20)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(72))).count() == impl_expl(20)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(expl_impl(72)))).count() == expl_impl(20)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(expl_expl(72)))).count() == expl_expl(20)); - -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(20))).count() == impl(72)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(expl(20)))).count() == expl(72)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(20))).count() == impl_impl(72)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(20))).count() == impl_expl(72)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(expl_impl(20)))).count() == expl_impl(72)); -static_assert(!std::is_constructible_v>, speed>>); -static_assert(speed>(quantity_cast(speed>(expl_expl(20)))).count() == expl_expl(72)); - } // namespace