aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorchitranjali <chitranjali189@gmail.com>2018-03-29 14:43:56 +0530
committerchitranjali <chitranjali189@gmail.com>2018-03-29 14:43:56 +0530
commitcc6be2e43d403f240f8e9bb1f0b80825124b71cf (patch)
treeb22cdd5ceb2b604ab4c07c212e305d48cfa500fe /run_unittests.py
parent34cb503c854e9afe2f3e13e9d4a5788c47b830a9 (diff)
downloadmeson-cc6be2e43d403f240f8e9bb1f0b80825124b71cf.zip
meson-cc6be2e43d403f240f8e9bb1f0b80825124b71cf.tar.gz
meson-cc6be2e43d403f240f8e9bb1f0b80825124b71cf.tar.bz2
Fixing flake8
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_unittests.py b/run_unittests.py
index cf60c11..a34d961 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -1901,9 +1901,9 @@ int main(int argc, char **argv) {
"""
Test that shared modules are not linked with targets(link_with:) #2865
"""
- tdir = os.path.join(self.unit_test_dir, '25 shared_mod linking')
+ tdir = os.path.join(self.unit_test_dir, '26 shared_mod linking')
out = self.init(tdir)
- msg = ('''WARNING: target links against shared modules. This is not
+ msg = ('''WARNING: target links against shared modules. This is not
recommended as it can lead to undefined behaviour on some platforms''')
self.assertIn(msg, out)