aboutsummaryrefslogtreecommitdiff
path: root/tests/glib-fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glib-fixture.h')
-rw-r--r--tests/glib-fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glib-fixture.h b/tests/glib-fixture.h
index 09c37a3..9494df2 100644
--- a/tests/glib-fixture.h
+++ b/tests/glib-fixture.h
@@ -52,7 +52,7 @@ class GlibFixture : public ::testing::Test
if (expected_log[level] != n)
for (size_t i=0; i<n; ++i)
- g_print("%lu %s\n", (n+1), v[i].c_str());
+ g_print("%d %s\n", int(n+1), v[i].c_str());
}
expected_log.clear();