diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2025-04-14 22:14:50 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-04-14 23:36:31 +0300 |
| commit | cdf4b39e6f0a94ae14fc923bb54a04e846bcc2d7 (patch) | |
| tree | 90591169093573abf40db5895ebc5d7f428c3285 /unittests/rewritetests.py | |
| parent | 028abfe87c5d3b4dfe8a29472119aa1581beb215 (diff) | |
| download | meson-cdf4b39e6f0a94ae14fc923bb54a04e846bcc2d7.tar.gz | |
Condense directory names for 1.8 rc1.
Diffstat (limited to 'unittests/rewritetests.py')
| -rw-r--r-- | unittests/rewritetests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/rewritetests.py b/unittests/rewritetests.py index 169c0350c..57a6782dd 100644 --- a/unittests/rewritetests.py +++ b/unittests/rewritetests.py @@ -391,7 +391,7 @@ class RewriterTests(BasePlatformTests): self.assertDictEqual(out, expected) def test_raw_printer_is_idempotent(self): - test_path = Path(self.unit_test_dir, '121 rewrite') + test_path = Path(self.unit_test_dir, '120 rewrite') meson_build_file = test_path / 'meson.build' # original_contents = meson_build_file.read_bytes() original_contents = meson_build_file.read_text(encoding='utf-8') |
