diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-10-20 12:01:54 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-10-20 17:44:43 +0300 |
commit | 80ec5e9d28b376e7744a2825483760072517d9b9 (patch) | |
tree | 11bc92eef00e5a7f6815f16ba5d3134dce79327a /run_unittests.py | |
parent | 30a668d0bbc99f44af1c2ec755eb4ee27065f450 (diff) | |
download | meson-80ec5e9d28b376e7744a2825483760072517d9b9.zip meson-80ec5e9d28b376e7744a2825483760072517d9b9.tar.gz meson-80ec5e9d28b376e7744a2825483760072517d9b9.tar.bz2 |
Fix all flake8 warnings
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index cb5f125..f587429 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3183,7 +3183,6 @@ recommended as it is not supported on some platforms''') self.installdir = initial_builddir self.builddir = initial_installdir - def test_conflicting_d_dash_option(self): testdir = os.path.join(self.unit_test_dir, '37 mixed command line args') with self.assertRaises(subprocess.CalledProcessError) as e: |