summaryrefslogtreecommitdiff
path: root/run_format_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-01 15:33:41 +0300
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-01 16:52:03 +0300
commitbf9ff6e5eee7a5b7bfb2b50b0dc5bf948e87eaae (patch)
treed360be6801ff7b6315c724907c490979f8c7819e /run_format_tests.py
parent550cf5ebcc395dfa78bfc31ee2abc1550a9ed349 (diff)
downloadmeson-bf9ff6e5eee7a5b7bfb2b50b0dc5bf948e87eaae.tar.gz
Condense test directory names for 1.9.
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 30c975882..dee787b33 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
- '120 rewrite', # we explicitly test for tab in meson.build file
+ '121 rewrite', # we explicitly test for tab in meson.build file
'3 editorconfig',
}
for (root, _, filenames) in os.walk('.'):