X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemerror.cc;h=423340179adcb4763789aa5689ebb7aa6ba84e28;hb=b6719ab469b16022edd830cb90bc476b17fa6743;hp=1c893e11b5851b4244cba2412801c4282baf57ac;hpb=e9c7a25491f4cf9265a926b7d9848bd70acaf7aa;p=awesomized%2Flibmemcached diff --git a/tests/memerror.cc b/tests/memerror.cc index 1c893e11..42334017 100644 --- a/tests/memerror.cc +++ b/tests/memerror.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; @@ -123,7 +123,7 @@ static void *world_create(server_startup_st&, test_return_t& error) } -void get_world(Framework *world) +void get_world(libtest::Framework* world) { world->collections(collection); world->create(world_create);