diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd75220..390cb008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Version 83: * Add flat_static_buffer::mutable_data * Add buffer_front * Add wstest compression option +* Turn some flat_static_buffer_tests on WebSocket diff --git a/test/core/flat_static_buffer.cpp b/test/core/flat_static_buffer.cpp index c259a062..286b3cff 100644 --- a/test/core/flat_static_buffer.cpp +++ b/test/core/flat_static_buffer.cpp @@ -225,10 +225,10 @@ public: void run() override { testBuffer(); - //testStaticBuffer(); + testStaticBuffer(); } }; BEAST_DEFINE_TESTSUITE(flat_static_buffer,core,beast); -} // beastp +} // beast