mirror of
https://github.com/boostorg/url.git
synced 2026-02-02 09:22:17 +00:00
host work
This commit is contained in:
@@ -9,3 +9,24 @@
|
||||
|
||||
// Test that header file is self-contained.
|
||||
#include <boost/url/host_type.hpp>
|
||||
|
||||
#include "test_suite.hpp"
|
||||
|
||||
namespace boost {
|
||||
namespace urls {
|
||||
|
||||
class host_type_test
|
||||
{
|
||||
public:
|
||||
void
|
||||
run()
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
TEST_SUITE(
|
||||
host_type_test,
|
||||
"boost.url.host_type");
|
||||
|
||||
} // urls
|
||||
} // boost
|
||||
|
||||
Reference in New Issue
Block a user