From a094e7d8914875fb57028a69f48b48b2d4754327 Mon Sep 17 00:00:00 2001 From: Damian Jarek Date: Fri, 31 May 2019 02:02:43 +0200 Subject: [PATCH] Remove redundant use of `yield_to` in parser tests Signed-off-by: Damian Jarek --- CHANGELOG.md | 1 + test/beast/http/parser.cpp | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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