X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fmemcp.cc;h=ef5ef0fa7abe33af80c3410a5bac92153566da59;hb=8bfabdeae9c1ec345c88ca5325c003165212f8b6;hp=590f1af3b563a442a2e99aa478667e8c57fbf51d;hpb=e9c7a25491f4cf9265a926b7d9848bd70acaf7aa;p=m6w6%2Flibmemcached diff --git a/tests/memcp.cc b/tests/memcp.cc index 590f1af3..ef5ef0fa 100644 --- a/tests/memcp.cc +++ b/tests/memcp.cc @@ -39,10 +39,10 @@ Test that we are cycling the servers we are creating during testing. */ -#include +#include #include -#include +#include using namespace libtest; @@ -100,7 +100,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error) } -void get_world(Framework *world) +void get_world(libtest::Framework* world) { world->collections(collection); world->create(world_create);