summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-10-02 20:12:22 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-10-02 20:12:22 -0400
commit48875108896b34233cdb727ccfe8a25cbc16e311 (patch)
treec9029c5fd7d28b242de1b7d0b0bbcad66105d916
parent46305bf1c6893bc1169bdff450f46e814027a621 (diff)
downloadpango-four-but-only-once.tar.gz
tests: Don't add four.break twicefour-but-only-once
As pointed out by Werner Lemberg, we were adding four.break twice if libthai is used. Fixes: #508
-rw-r--r--tests/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index b962a758..ba96ac2c 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -95,7 +95,6 @@ test_breaks_data = [
'breaks/one',
'breaks/two',
'breaks/three',
- 'breaks/four',
]
if thai_dep.found()