summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-08-06 11:19:54 +0100
committerColin Walters <walters@verbum.org>2013-08-06 11:22:59 +0100
commit052640bd3ff392d23d209e7b3cb38a9a74f59ac9 (patch)
treee796fb00ffc11bb35779ea87f6c5ff2d341085a2 /testsuite
parent425deda2be024274efbd34d08c1d1da262b6bb7d (diff)
downloadgtk+-052640bd3ff392d23d209e7b3cb38a9a74f59ac9.tar.gz
accessibility-dump: Print diff by default
There's just no reason not to; it makes things less tedious to run from the command line.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/a11y/accessibility-dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/a11y/accessibility-dump.c b/testsuite/a11y/accessibility-dump.c
index 6fbeb866f5..ce1a87a106 100644
--- a/testsuite/a11y/accessibility-dump.c
+++ b/testsuite/a11y/accessibility-dump.c
@@ -734,7 +734,7 @@ test_ui_file (GFile *file)
if (diff && diff[0])
{
- g_test_message ("Contents don't match expected contents:\n%s", diff);
+ g_printerr ("Contents don't match expected contents:\n%s", diff);
g_test_fail ();
g_free (diff);
}