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