Updated test_truth to be test_true to match the shades, I mean test_false()
[awesomized/libmemcached] / tests / test.h
index 972788e5cb92f5c0fb37d03b17ae3f6fbb12386b..28388bbd7f0add79e79863005a50c5b11b36cf48 100644 (file)
@@ -155,7 +155,7 @@ do \
   return TEST_FAILURE; \
 } while (0)
 
-#define test_truth(A) \
+#define test_true(A) \
 do \
 { \
   if (! (A)) { \