summaryrefslogtreecommitdiff
path: root/tests/test-layout.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-09 00:37:13 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-05-09 00:37:13 +0000
commit736b687b92f93b268fccdf727f1cfd259bd903ed (patch)
tree939c02f905665d7eb2ac8f2460d938c5826e1100 /tests/test-layout.c
parent7a88d0c6601d5fef4a0850a83145b3b971b51e37 (diff)
parentd476d2a944500f8553a2c1d1054df37363f47460 (diff)
downloadpango-736b687b92f93b268fccdf727f1cfd259bd903ed.tar.gz
Merge branch 'word-break-hyphens' into 'master'
Don't insert hyphens at word breaks Closes #558 See merge request GNOME/pango!323
Diffstat (limited to 'tests/test-layout.c')
-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;
}