test: add missing linebreak in debug error message
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 21 May 2015 06:40:24 +0000 (16:40 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 21 May 2015 07:28:07 +0000 (17:28 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/litest.h

index 40b11bd..15c03af 100644 (file)
@@ -56,7 +56,7 @@
        do { \
                if ((cond) == NULL) \
                        litest_fail_condition(__FILE__, __LINE__, __func__, \
-                                             #cond, " expected to be not NULL"); \
+                                             #cond, " expected to be not NULL\n"); \
        } while(0)
 
 #define litest_assert_comparison_int_(a_, op_, b_) \