diff --git a/CHANGELOG.md b/CHANGELOG.md index f547d119..399463be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Version 258: * Fix separate compilation in CI * Fix clang inititalization warning in websocket +* Remove redundant use of `yield_to` in parser tests -------------------------------------------------------------------------------- diff --git a/test/beast/http/parser.cpp b/test/beast/http/parser.cpp index 07ff34d9..6d87a759 100644 --- a/test/beast/http/parser.cpp +++ b/test/beast/http/parser.cpp @@ -13,7 +13,6 @@ #include "test_parser.hpp" #include -#include #include #include #include @@ -30,7 +29,6 @@ namespace http { class parser_test : public beast::unit_test::suite - , public beast::test::enable_yield_to { public: template