summaryrefslogtreecommitdiff
path: root/tests/testboundaries_ucd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testboundaries_ucd.c')
-rw-r--r--tests/testboundaries_ucd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testboundaries_ucd.c b/tests/testboundaries_ucd.c
index 7e266f88..1e6d7d01 100644
--- a/tests/testboundaries_ucd.c
+++ b/tests/testboundaries_ucd.c
@@ -345,8 +345,7 @@ main (gint argc,
filename = g_strdup_printf ("%s/WordBreakTest.txt", srcdir);
bits.bits = 0;
- bits.attr.is_word_start = 1; /* either word start or end */
- bits.attr.is_word_end = 1; /* (is this right?) */
+ bits.attr.is_word_boundary = 1;
do_test (filename, bits, FALSE);
filename = g_strdup_printf ("%s/SentenceBreakTest.txt", srcdir);