diff --git a/test/date_test/time_of_day_hours.pass.cpp b/test/date_test/time_of_day_hours.pass.cpp index aed0e04..85ebb50 100644 --- a/test/date_test/time_of_day_hours.pass.cpp +++ b/test/date_test/time_of_day_hours.pass.cpp @@ -57,7 +57,7 @@ main() using tod = time_of_day; - static_assert(is_same{}, ""); + static_assert(is_same{}, ""); static_assert( is_trivially_destructible{}, ""); static_assert( is_default_constructible{}, ""); @@ -68,7 +68,6 @@ main() static_assert(is_nothrow_constructible{}, ""); static_assert(!is_convertible{}, ""); - static_assert(is_nothrow_constructible{}, ""); static_assert(is_nothrow_constructible{}, ""); static_assert(!is_convertible{}, ""); diff --git a/test/date_test/time_of_day_milliseconds.pass.cpp b/test/date_test/time_of_day_milliseconds.pass.cpp index fb32929..30d690d 100644 --- a/test/date_test/time_of_day_milliseconds.pass.cpp +++ b/test/date_test/time_of_day_milliseconds.pass.cpp @@ -65,7 +65,7 @@ main() using tod = time_of_day; - static_assert(is_same{}, ""); + static_assert(is_same{}, ""); static_assert( is_trivially_destructible{}, ""); static_assert( is_default_constructible{}, ""); @@ -76,8 +76,6 @@ main() static_assert(is_nothrow_constructible{}, ""); static_assert(!is_convertible{}, ""); - static_assert(is_nothrow_constructible{}, ""); static_assert(is_nothrow_constructible{}, ""); static_assert(!is_convertible{}, ""); diff --git a/test/date_test/time_of_day_minutes.pass.cpp b/test/date_test/time_of_day_minutes.pass.cpp index 5b2c63e..dda8710 100644 --- a/test/date_test/time_of_day_minutes.pass.cpp +++ b/test/date_test/time_of_day_minutes.pass.cpp @@ -59,7 +59,7 @@ main() using tod = time_of_day; - static_assert(is_same{}, ""); + static_assert(is_same{}, ""); static_assert( is_trivially_destructible{}, ""); static_assert( is_default_constructible{}, ""); @@ -70,7 +70,6 @@ main() static_assert(is_nothrow_constructible{}, ""); static_assert(!is_convertible{}, ""); - static_assert(is_nothrow_constructible{}, ""); static_assert(is_nothrow_constructible{}, ""); static_assert(!is_convertible{}, ""); diff --git a/test/date_test/time_of_day_nanoseconds.pass.cpp b/test/date_test/time_of_day_nanoseconds.pass.cpp index 3c6da21..9d5e456 100644 --- a/test/date_test/time_of_day_nanoseconds.pass.cpp +++ b/test/date_test/time_of_day_nanoseconds.pass.cpp @@ -65,7 +65,7 @@ main() using tod = time_of_day; - static_assert(is_same{}, ""); + static_assert(is_same{}, ""); static_assert( is_trivially_destructible{}, ""); static_assert( is_default_constructible{}, ""); @@ -76,8 +76,6 @@ main() static_assert(is_nothrow_constructible{}, ""); static_assert(!is_convertible{}, ""); - static_assert(is_nothrow_constructible{}, ""); static_assert(is_nothrow_constructible{}, ""); static_assert(!is_convertible{}, ""); diff --git a/test/date_test/time_of_day_seconds.pass.cpp b/test/date_test/time_of_day_seconds.pass.cpp index a6d7814..09dec9e 100644 --- a/test/date_test/time_of_day_seconds.pass.cpp +++ b/test/date_test/time_of_day_seconds.pass.cpp @@ -60,7 +60,7 @@ main() using tod = time_of_day; - static_assert(is_same{}, ""); + static_assert(is_same{}, ""); static_assert( is_trivially_destructible{}, ""); static_assert( is_default_constructible{}, ""); @@ -71,7 +71,6 @@ main() static_assert(is_nothrow_constructible{}, ""); static_assert(!is_convertible{}, ""); - static_assert(is_nothrow_constructible{}, ""); static_assert(is_nothrow_constructible{}, ""); static_assert(!is_convertible{}, "");