[pango/four-but-only-once] tests: Don't add four.break twice




commit 48875108896b34233cdb727ccfe8a25cbc16e311
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 2 20:12:22 2020 -0400

    tests: Don't add four.break twice
    
    As pointed out by Werner Lemberg, we were adding
    four.break twice if libthai is used.
    
    Fixes: #508

 tests/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
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()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]