X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmem_udp.cc;h=3a97d849c71db8f7e9e7f3fc3d6c8090a27ae0f0;hb=941deb278c78654f9cfeda6f343c79e2f10b746a;hp=713885fda2e39a3f714d765c5d67dddc77d6a08f;hpb=c6581942a9f3089c1d14e2cbc749d47a93247e78;p=m6w6%2Flibmemcached diff --git a/tests/mem_udp.cc b/tests/mem_udp.cc index 713885fd..3a97d849 100644 --- a/tests/mem_udp.cc +++ b/tests/mem_udp.cc @@ -580,5 +580,5 @@ void get_world(Framework *world) world->collection_startup= (test_callback_fn*)world_container_startup; world->collection_shutdown= (test_callback_fn*)world_container_shutdown; - world->set_runner(&defualt_libmemcached_runner); + world->set_runner(new LibmemcachedRunner); }