diff --git a/tests/beman/utf_view/to_utf_view.t.cpp b/tests/beman/utf_view/to_utf_view.t.cpp index 5a2111b..599957b 100644 --- a/tests/beman/utf_view/to_utf_view.t.cpp +++ b/tests/beman/utf_view/to_utf_view.t.cpp @@ -21,8 +21,6 @@ #include #include -#include - namespace beman::utf_view::tests { static_assert( @@ -1501,7 +1499,6 @@ bool decode_test() { try { func(); } catch (std::exception const& ex) { - std::cout << ex.what(); return ex.what() == what; } return false;