diff options
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 f61544f..92bfc67 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1702,7 +1702,7 @@ int main(int argc, char **argv) { self.build() def test_warning_location(self): - tdir = os.path.join(self.unit_test_dir, '20 warning location') + tdir = os.path.join(self.unit_test_dir, '21 warning location') out = self.init(tdir) for expected in [ r'WARNING: Keyword argument "link_with" defined multiple times in file meson.build, line 4', |