summaryrefslogtreecommitdiff
path: root/run_format_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-10 22:40:15 +0300
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-11 00:54:54 +0300
commit89647c3073f4530f24d0e06c45d1f6c6d0f99933 (patch)
tree313d68a5e055920050c04ebebdbe058e94f9e363 /run_format_tests.py
parent651aede977179c5fe382744e3dd91ca8e01d050c (diff)
downloadmeson-89647c3073f4530f24d0e06c45d1f6c6d0f99933.tar.gz
Condense test directory names.
Diffstat (limited to 'run_format_tests.py')
-rwxr-xr-xrun_format_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_format_tests.py b/run_format_tests.py
index dee787b33..30c975882 100755
--- a/run_format_tests.py
+++ b/run_format_tests.py
@@ -51,7 +51,7 @@ def check_format() -> None:
'work area',
'.eggs', '_cache', # e.g. .mypy_cache
'venv', # virtualenvs have DOS line endings
- '121 rewrite', # we explicitly test for tab in meson.build file
+ '120 rewrite', # we explicitly test for tab in meson.build file
'3 editorconfig',
}
for (root, _, filenames) in os.walk('.'):