diff options
author | chitranjali <chitranjali189@gmail.com> | 2018-03-29 14:43:56 +0530 |
---|---|---|
committer | chitranjali <chitranjali189@gmail.com> | 2018-03-29 14:43:56 +0530 |
commit | cc6be2e43d403f240f8e9bb1f0b80825124b71cf (patch) | |
tree | b22cdd5ceb2b604ab4c07c212e305d48cfa500fe /run_unittests.py | |
parent | 34cb503c854e9afe2f3e13e9d4a5788c47b830a9 (diff) | |
download | meson-cc6be2e43d403f240f8e9bb1f0b80825124b71cf.zip meson-cc6be2e43d403f240f8e9bb1f0b80825124b71cf.tar.gz meson-cc6be2e43d403f240f8e9bb1f0b80825124b71cf.tar.bz2 |
Fixing flake8
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 4 |
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) |