summaryrefslogtreecommitdiff
path: root/scripts/run_exhaustive_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_exhaustive_tests.py')
-rwxr-xr-xscripts/run_exhaustive_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_exhaustive_tests.py b/scripts/run_exhaustive_tests.py
index 10dd2d7..5c94dca 100755
--- a/scripts/run_exhaustive_tests.py
+++ b/scripts/run_exhaustive_tests.py
@@ -21,7 +21,7 @@ from nototools.unittests import font_tests
FONTS = font_tests.load_fonts(
['out/RobotoTTF/*.ttf', 'out/RobotoCondensedTTF/*.ttf'],
- expected_count=18)
+ expected_count=20)
class TestSpacingMarks(font_tests.TestSpacingMarks):