diff options
Diffstat (limited to 'run_meson_command_tests.py')
-rwxr-xr-x | run_meson_command_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_meson_command_tests.py b/run_meson_command_tests.py index c1af75881..6ed3d8f8d 100755 --- a/run_meson_command_tests.py +++ b/run_meson_command_tests.py @@ -196,5 +196,5 @@ class CommandTests(unittest.TestCase): if __name__ == '__main__': - print('Meson build system', meson_version, ' Command Tests') + print('Meson build system', meson_version, 'Command Tests') raise SystemExit(unittest.main(buffer=True)) |