aboutsummaryrefslogtreecommitdiff
path: root/tests/glib-fixture.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-07-24 16:25:32 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-07-24 16:25:32 -0500
commitf7f949eb2d04e8dd4493cbd8e55f34c896efd9ea (patch)
treefb2c7b01961a6f619cdb2a4197519a3394d74094 /tests/glib-fixture.h
parent34cf2baf977650c60b53bf5a1e90bfec8b642ec9 (diff)
downloadayatana-indicator-power-f7f949eb2d04e8dd4493cbd8e55f34c896efd9ea.tar.gz
ayatana-indicator-power-f7f949eb2d04e8dd4493cbd8e55f34c896efd9ea.tar.bz2
ayatana-indicator-power-f7f949eb2d04e8dd4493cbd8e55f34c896efd9ea.zip
d'oh
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 4c53244..d333ab2 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_message("%d %s", (n+1), v[i].c_str());
+ g_print("%d %s\n", (n+1), v[i].c_str());
}
expected_log.clear();