summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJonathan Kang <jonathan121537@gmail.com>2015-12-15 07:08:13 +0800
committerJonathan Kang <jonathan121537@gmail.com>2015-12-15 07:08:13 +0800
commit6f68e55ae8db146e8ac409af33a49117be5fa082 (patch)
tree5b78a36c772e05889b3b8883fdacdb05b4f9ee9a /tests
parent86d8a1c7c6718031094169ff2848f2cbeb97d191 (diff)
downloadgnome-logs-6f68e55ae8db146e8ac409af33a49117be5fa082.tar.gz
Fix test error for few argument in tests/test-gl-util.c
Diffstat (limited to 'tests')
-rw-r--r--tests/test-gl-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-gl-util.c b/tests/test-gl-util.c
index 5fac6d9..abfcb16 100644
--- a/tests/test-gl-util.c
+++ b/tests/test-gl-util.c
@@ -54,7 +54,7 @@ util_timestamp_to_display (void)
gchar *compare;
compare = gl_util_timestamp_to_display (times[i].microsecs, now,
- times[i].format);
+ times[i].format, FALSE);
g_assert_cmpstr (compare, ==, times[i].time);
g_free (compare);
}