From 5f9c14af2e775881a3f9cdca5a157a4ae1bfeee5 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 4 Oct 2019 18:48:09 -0700 Subject: [PATCH] Fix typo --- test/beast/http/buffer_body.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/beast/http/buffer_body.cpp b/test/beast/http/buffer_body.cpp index bc7ab13b..d4f103b0 100644 --- a/test/beast/http/buffer_body.cpp +++ b/test/beast/http/buffer_body.cpp @@ -26,7 +26,7 @@ class buffer_body_test : public beast::unit_test::suite { public: void - v() + testIssue1717() { net::io_context ioc; test::stream ts{ioc};