X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemrm.cc;h=6b2b061851cab6a9c408c1a64e9a1b832af07953;hb=feefbfb339a8c31c9a54d938180b153fe60d269b;hp=5c3b6d529c3918f52d3a65e7f059c2bcd7e145f5;hpb=ab130c459a975d24628169901addb191ef2cdf87;p=awesomized%2Flibmemcached diff --git a/tests/memrm.cc b/tests/memrm.cc index 5c3b6d52..6b2b0618 100644 --- a/tests/memrm.cc +++ b/tests/memrm.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; @@ -161,7 +161,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);