mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 04:00:05 +01:00
test: add missing linebreak in debug error message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e39dca063b
commit
b84c60737f
1 changed files with 1 additions and 1 deletions
|
|
@ -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_) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue