summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-05-12 07:40:47 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-05-12 07:40:47 -0400
commitdedfcd7d58922210bd5c5621217a13ff7fc79d95 (patch)
treee4e6edad50c6c04f1dd71584fa35f4c873c0413f /testsuite
parenta1e418ebd527a227722c0a8e1191241fe35bfdcf (diff)
downloadgtk+-dedfcd7d58922210bd5c5621217a13ff7fc79d95.tar.gz
Quiet the bitmask test
Don't spew so many 0s and 1s.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/gtk/bitmask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gtk/bitmask.c b/testsuite/gtk/bitmask.c
index b457c08fd8..9385ecff93 100644
--- a/testsuite/gtk/bitmask.c
+++ b/testsuite/gtk/bitmask.c
@@ -316,7 +316,7 @@ test_subtract_hardcoded (void)
left_str++;
}
- g_print ("%s - %s\n", _gtk_bitmask_to_string (left), _gtk_bitmask_to_string (right));
+ g_test_message ("%s - %s\n", _gtk_bitmask_to_string (left), _gtk_bitmask_to_string (right));
subtracted = _gtk_bitmask_subtract (_gtk_bitmask_copy (left), right);
assert_cmpmasks (subtracted, expected);