mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 20:45:51 +00:00
Reorganize source files
This commit is contained in:
@@ -6,17 +6,16 @@
|
||||
//
|
||||
|
||||
// Test that header file is self-contained.
|
||||
#include <beast/asio/static_streambuf.h>
|
||||
#include <beast/static_streambuf.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 static_streambuf_test : public unit_test::suite
|
||||
class static_streambuf_test : public beast::detail::unit_test::suite
|
||||
{
|
||||
public:
|
||||
template<class ConstBufferSequence>
|
||||
@@ -109,5 +108,4 @@ public:
|
||||
BEAST_DEFINE_TESTSUITE(static_streambuf,asio,beast);
|
||||
|
||||
} // test
|
||||
} // asio
|
||||
} // beast
|
||||
} // beastp
|
||||
|
||||
Reference in New Issue
Block a user