Commit 60d725a1 authored by Davis King's avatar Davis King

removed cruft

parent cdc30151
......@@ -241,10 +241,10 @@ namespace
void perform_test (
)
{
dlog << LINFO << "testing kernel_1a";
sockstreambuf_test<sockstreambuf::kernel_1a>();
dlog << LINFO << "testing kernel_2a";
sockstreambuf_test<sockstreambuf::kernel_2a>();
dlog << LINFO << "testing sockstreambuf";
sockstreambuf_test<sockstreambuf>();
dlog << LINFO << "testing sockstreambuf_unbuffered";
sockstreambuf_test<sockstreambuf_unbuffered>();
}
} a;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment