mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Reorganize source files
This commit is contained in:
@@ -6,17 +6,16 @@
|
||||
//
|
||||
|
||||
// Test that header file is self-contained.
|
||||
#include <beast/asio/consuming_buffers.h>
|
||||
#include <beast/consuming_buffers.hpp>
|
||||
|
||||
#include <beast/unit_test/suite.h>
|
||||
#include <beast/detail/unit_test/suite.hpp>
|
||||
#include <boost/asio/buffer.hpp>
|
||||
#include <string>
|
||||
|
||||
namespace beast {
|
||||
namespace asio {
|
||||
namespace test {
|
||||
|
||||
class consuming_buffers_test : public unit_test::suite
|
||||
class consuming_buffers_test : public beast::detail::unit_test::suite
|
||||
{
|
||||
public:
|
||||
template<class ConstBufferSequence>
|
||||
@@ -93,5 +92,4 @@ public:
|
||||
BEAST_DEFINE_TESTSUITE(consuming_buffers,asio,beast);
|
||||
|
||||
} // test
|
||||
} // asio
|
||||
} // beast
|
||||
|
||||
Reference in New Issue
Block a user