diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-10-18 22:59:45 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-11-23 19:54:48 -0800 |
commit | 061cf99cd68ddc00a758bdd9e403ced4bcdb7498 (patch) | |
tree | 3873238317699145182c43cd6c4d4123a13df322 /run_unittests.py | |
parent | f0248b0342eceecd87817b1c0bc9a105f549946a (diff) | |
download | meson-061cf99cd68ddc00a758bdd9e403ced4bcdb7498.zip meson-061cf99cd68ddc00a758bdd9e403ced4bcdb7498.tar.gz meson-061cf99cd68ddc00a758bdd9e403ced4bcdb7498.tar.bz2 |
Make WxDependency a ConfigToolDependency
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index fe75074..9581c72 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1661,7 +1661,7 @@ class FailureTests(BasePlatformTests): raise unittest.SkipTest('wx-config or wx-config-3.0 found') self.assertMesonRaises("dependency('wxwidgets')", self.dnf) self.assertMesonOutputs("dependency('wxwidgets', required : false)", - "nor wx-config found") + "No wx-config found;") def test_wx_dependency(self): if not shutil.which('wx-config-3.0') and not shutil.which('wx-config'): |