X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemerror.cc;h=dd7610ef625cb9be3a23cbb47742fa959f21535d;hb=4018da61ccc84a5345b19b61a1cfd5a30df896ea;hp=914d2a03b4df6ced19d0196503023c68579e161f;hpb=7773f76bd15be71f7d1a5579006b786584d3fe26;p=m6w6%2Flibmemcached diff --git a/tests/memerror.cc b/tests/memerror.cc index 914d2a03..dd7610ef 100644 --- a/tests/memerror.cc +++ b/tests/memerror.cc @@ -119,7 +119,7 @@ static void *world_create(server_startup_st&, test_return_t&) void get_world(Framework *world) { - world->collections= collection; - world->_create= world_create; + world->collections(collection); + world->create(world_create); }