diff options
Diffstat (limited to 'meson_test.py')
-rwxr-xr-x | meson_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_test.py b/meson_test.py index 8fec226..c987da8 100755 --- a/meson_test.py +++ b/meson_test.py @@ -57,7 +57,7 @@ def run_single_test(wrap, test): else: if test.is_cross: if test.exe_runner is None: - # Can not run test on cross compiled executable + # Can not run test on cross compiled executable # because there is no execute wrapper. cmd = None else: |