diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-03 00:17:19 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-03 00:17:19 +0000 |
commit | b303608a863ecafc899043f633c9ed97e13f4811 (patch) | |
tree | c9029c5fd7d28b242de1b7d0b0bbcad66105d916 | |
parent | 46305bf1c6893bc1169bdff450f46e814027a621 (diff) | |
parent | 48875108896b34233cdb727ccfe8a25cbc16e311 (diff) | |
download | pango-b303608a863ecafc899043f633c9ed97e13f4811.tar.gz |
Merge branch 'four-but-only-once' into 'master'
tests: Don't add four.break twice
Closes #508
See merge request GNOME/pango!254
-rw-r--r-- | tests/meson.build | 1 |
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() |