Catch up with Gearman's libtest
[m6w6/libmemcached] / tests / parser.cc
index 740a9c19ade36f91e29143b67064aeeee3766747..7078305336ea3f1c267b96e5a590606231e729f4 100644 (file)
@@ -126,6 +126,6 @@ collection_st collection[] ={
 
 void get_world(Framework *world)
 {
-  world->collections= collection;
+  world->collections(collection);
 }