Update all config.h usage.
[m6w6/libmemcached] / tests / libmemcached-1.0 / callbacks.cc
index 206e60924db5358775fa5445f3136acb94115475..13d1b468766ce250eeb1e6b85aa6aa0a41df53ef 100644 (file)
@@ -35,7 +35,7 @@
  *
  */
 
-#include <config.h>
+#include <mem_config.h>
 #include <libtest/test.hpp>
 
 #include <tests/callbacks.h>
@@ -50,8 +50,8 @@ static memcached_return_t delete_trigger(memcached_st *,
                                          const char *key,
                                          size_t key_length)
 {
-  assert(key);
-  assert(key_length);
+  fatal_assert(key);
+  fatal_assert(key_length);
 
   return MEMCACHED_SUCCESS;
 }