diff --git a/tests/utils_tests.cpp b/tests/utils_tests.cpp index f6d9fd7..ac83e2d 100644 --- a/tests/utils_tests.cpp +++ b/tests/utils_tests.cpp @@ -122,8 +122,4 @@ TEST(utils_tests, narrow) n = -42; EXPECT_THROW(narrow(n), narrowing_error); - -#if GSL_CONSTEXPR_NARROW - static_assert(narrow(120) == 120, "Fix GSL_CONSTEXPR_NARROW"); -#endif }