X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fhash_plus.cc;h=9cb4b384e777e68ea011a495925798751c40f281;hb=6021ddb444fd6381e0f0875b387e10b6c49748e0;hp=3d2545ab66e9987dcad260ddc74468459b57bc8b;hpb=8c24eaae6772f7e27d6f638d3953d8c790068724;p=m6w6%2Flibmemcached diff --git a/tests/hash_plus.cc b/tests/hash_plus.cc index 3d2545ab..9cb4b384 100644 --- a/tests/hash_plus.cc +++ b/tests/hash_plus.cc @@ -10,11 +10,11 @@ #include #include -#include +#include using namespace libtest; -#include "hash_results.h" +#include "tests/hash_results.h" static test_return_t exists_test(void *) { @@ -215,5 +215,5 @@ collection_st collection[] ={ void get_world(Framework *world) { - world->collections= collection; + world->collections(collection); }