X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparser.cc;h=220d9ef5d8322bdfa37096d2fb7f1cc713416bde;hb=535cb0763dff986a148356bf58dd91f15ad8ed39;hp=740a9c19ade36f91e29143b67064aeeee3766747;hpb=8da5675f446c52fa0410edeb8d94ad18201b004b;p=awesomized%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); }