X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparser.cc;h=220d9ef5d8322bdfa37096d2fb7f1cc713416bde;hb=3302041bbe7bda096d658e7032e77763ed6187f5;hp=740a9c19ade36f91e29143b67064aeeee3766747;hpb=26f4a2a69a448fbda346b7bec93b6bd1d825e12b;p=m6w6%2Flibmemcached diff --git a/tests/parser.cc b/tests/parser.cc index 740a9c19..220d9ef5 100644 --- a/tests/parser.cc +++ b/tests/parser.cc @@ -124,8 +124,8 @@ collection_st collection[] ={ {0, 0, 0, 0} }; -void get_world(Framework *world) +void get_world(libtest::Framework* world) { - world->collections= collection; + world->collections(collection); }