X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fhash_plus.cc;h=9cb4b384e777e68ea011a495925798751c40f281;hb=cf55f693c7fc7693afbb4594d97d23795cf7f2a0;hp=fada2a6f8c0772ce36de93353aaca22a2a4055f3;hpb=c69776b7cf0d0c26b07abd83da8a797182ff6fae;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); }