From b737fc42f760ad5918c40210e815eaac50306734 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 9 Jul 2019 09:46:48 -0400 Subject: Update tests test-break was using the is_soft_hyphen log attr that we've just removed again. Adapt, and update expected test output. --- tests/test-break.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/test-break.c') 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"); -- cgit v1.2.1