summaryrefslogtreecommitdiff
path: root/run_format_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2025-04-14 22:14:50 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2025-04-14 23:36:31 +0300
commitcdf4b39e6f0a94ae14fc923bb54a04e846bcc2d7 (patch)
tree90591169093573abf40db5895ebc5d7f428c3285 /run_format_tests.py
parent028abfe87c5d3b4dfe8a29472119aa1581beb215 (diff)
downloadmeson-cdf4b39e6f0a94ae14fc923bb54a04e846bcc2d7.tar.gz
Condense directory names for 1.8 rc1.
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('.'):