diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-09 09:46:48 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-09 09:47:27 -0400 |
commit | b737fc42f760ad5918c40210e815eaac50306734 (patch) | |
tree | 2c9fd0714592bd57719ea3e540f8a795b7d1c0ff /tests/test-break.c | |
parent | 0e3da88d1606300a04dfde625cd28af4c958b14c (diff) | |
download | pango-b737fc42f760ad5918c40210e815eaac50306734.tar.gz |
Update tests
test-break was using the is_soft_hyphen log attr
that we've just removed again. Adapt, and update
expected test output.
Diffstat (limited to 'tests/test-break.c')
-rw-r--r-- | tests/test-break.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test-break.c b/tests/test-break.c index e4c5bd28..00bc7be0 100644 --- a/tests/test-break.c +++ b/tests/test-break.c @@ -103,11 +103,6 @@ test_file (const gchar *filename, GString *string) g_string_append (s1, "l"); b++; } - if (log.is_soft_hyphen) - { - g_string_append (s1, "h"); - b++; - } if (log.is_char_break) { g_string_append (s1, "c"); |