aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorTristan Partin <tristan@partin.io>2021-06-21 17:23:12 -0500
committerJussi Pakkanen <jpakkane@gmail.com>2021-07-02 21:58:22 +0300
commit6f3f43bb2d31797b0f3128e1664652571fe314e6 (patch)
treeb99380e37d6ffd64b88cde1a3bae9e113f918a00 /run_unittests.py
parent210065ffe8c158e0bd53b775e8fe0f009845b747 (diff)
downloadmeson-6f3f43bb2d31797b0f3128e1664652571fe314e6.zip
meson-6f3f43bb2d31797b0f3128e1664652571fe314e6.tar.gz
meson-6f3f43bb2d31797b0f3128e1664652571fe314e6.tar.bz2
Flatten test suite value
This behavior is more inline with the rest of Meson
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 99c56e2..3140605 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -10181,7 +10181,7 @@ class SubprojectsCommandTests(BasePlatformTests):
self._git_create_local_repo('sub_git')
self._wrap_create_git('sub_git')
- def deleting(s) -> T.List[str]:
+ def deleting(s: str) -> T.List[str]:
ret = []
prefix = 'Deleting '
for l in s.splitlines():