Skip to content

Commit

Permalink
accessibility-dump: Print diff by default
Browse files Browse the repository at this point in the history
There's just no reason not to; it makes things less tedious to
run from the command line.
  • Loading branch information
cgwalters committed Aug 6, 2013
1 parent 425deda commit 052640b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/a11y/accessibility-dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 052640b

Please sign in to comment.