summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-layout.c b/tests/test-layout.c
index 2ed2a732..9c5d13a0 100644
--- a/tests/test-layout.c
+++ b/tests/test-layout.c
@@ -368,7 +368,7 @@ main (int argc, char *argv[])
string = g_string_sized_new (0);
test_file (argv[1], string);
- g_test_message ("%s", string->str);
+ g_print ("%s", string->str);
return 0;
}