diff options
author | textshell <textshell@users.noreply.github.com> | 2018-12-28 21:19:28 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:30 +0100 |
commit | 7eb8621ea6d7a1a50005b80460c30722e3680007 (patch) | |
tree | 0846d23903e66d630edb72024a92bb535b74f419 | |
parent | c1838d9e4ce6539b6d6694ea0a7935ad07521006 (diff) | |
download | meson-7eb8621ea6d7a1a50005b80460c30722e3680007.zip meson-7eb8621ea6d7a1a50005b80460c30722e3680007.tar.gz meson-7eb8621ea6d7a1a50005b80460c30722e3680007.tar.bz2 |
Update run_unittests.py
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
-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 f3f3fa9..821ab09 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3257,7 +3257,7 @@ recommended as it is not supported on some platforms''') assertKeyTypes(targets_sources_typelist, j) self.assertDictEqual(targets_to_find, {}) - def test_introspect_file_dump_eauals_all(self): + def test_introspect_file_dump_equals_all(self): testdir = os.path.join(self.unit_test_dir, '49 introspection') self.init(testdir) res_all = self.introspect('--all') |