X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemcp.cc;h=ef5ef0fa7abe33af80c3410a5bac92153566da59;hb=f6311a607d957bee75d6cf402098eeb06cd7f0be;hp=590f1af3b563a442a2e99aa478667e8c57fbf51d;hpb=ab130c459a975d24628169901addb191ef2cdf87;p=awesomized%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);