X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fhash_plus.cc;h=9cb4b384e777e68ea011a495925798751c40f281;hb=6021ddb444fd6381e0f0875b387e10b6c49748e0;hp=fada2a6f8c0772ce36de93353aaca22a2a4055f3;hpb=b3d9a5f6b7050a2a2867a32e9e350e0972d4e1f8;p=m6w6%2Flibmemcached diff --git a/tests/hash_plus.cc b/tests/hash_plus.cc index fada2a6f..9cb4b384 100644 --- a/tests/hash_plus.cc +++ b/tests/hash_plus.cc @@ -14,7 +14,7 @@ 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); }