X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Ftest.h;h=7385763ddb9ef8d370852e87a9444fdd4c9d5831;hb=e26021d3a6abec207f79f129d620cef1c9a18e9a;hp=5d6bb4b72b70c8e775b0aa6a384fda28502d908a;hpb=178083badd2dcd43bdd6b01dd2eb062ac8e37303;p=m6w6%2Flibmemcached diff --git a/tests/test.h b/tests/test.h index 5d6bb4b7..7385763d 100644 --- a/tests/test.h +++ b/tests/test.h @@ -83,7 +83,7 @@ struct world_st { test_callback_fn destroy; /* This is called a the beginning of any collection run. */ - test_callback_fn collection_startup; + test_callback_fn test_startup; /* This called on a test if the test requires a flush call (the bool is from test_st) */ test_callback_fn flush;