X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fcomparison.hpp;h=c67bc33f1a04b2ebad0fb5a7f91de402b4340036;hb=cc7f3ad60dd92d7e41e0efbf922bb4f6fc9a848f;hp=dcbcefd85723fdd164aaa30077fd0c6959d3d117;hpb=bf8213041709c75147393c8bd6b51b8f9e064f7c;p=awesomized%2Flibmemcached diff --git a/libtest/comparison.hpp b/libtest/comparison.hpp index dcbcefd8..c67bc33f 100644 --- a/libtest/comparison.hpp +++ b/libtest/comparison.hpp @@ -95,7 +95,7 @@ bool _compare_strcmp(const char *file, int line, const char *func, const T1_comp { if (__expected == NULL) { - fatal_message("Expected value was NULL, programmer error"); + FATAL("Expected value was NULL, programmer error"); } if (__actual == NULL)