From: Brian Aker Date: Sat, 29 Sep 2007 16:06:29 +0000 (-0700) Subject: Removing wrongly commited ifdef. X-Git-Tag: 0.3~9 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=f770866ec5e3047ce4d21ad035a5a550f184aa33;p=awesomized%2Flibmemcached Removing wrongly commited ifdef. Grrrrr.... if I call quit, then mecurial should abort commits. --- diff --git a/tests/test.c b/tests/test.c index 4ce1fb91..c60b4810 100644 --- a/tests/test.c +++ b/tests/test.c @@ -541,7 +541,6 @@ int main(int argc, char *argv[]) { /* Clean the server before beginning testing */ flush_test(); -#ifdef CRAP init_test(); allocation_test(); connection_test(); @@ -555,7 +554,6 @@ int main(int argc, char *argv[]) get_test(); get_test2(); get_test3(); -#endif get_test4(); stats_servername_test();