aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check-helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check-helpers.c')
-rw-r--r--tests/check-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check-helpers.c b/tests/check-helpers.c
index 5f1f32fdd..6fd07cf65 100644
--- a/tests/check-helpers.c
+++ b/tests/check-helpers.c
@@ -38,7 +38,7 @@ check_helper_log_critical_func (const gchar *log_damain,
if (!expecting_critical)
{
- fail("Unexpected critical message: %s\n", message);
+ fail ("Unexpected critical message: %s\n", message);
}
g_assert (log_level & G_LOG_LEVEL_CRITICAL);