aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unittests/allplatformstests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py
index 5a2a4c3..c7fe2cb 100644
--- a/unittests/allplatformstests.py
+++ b/unittests/allplatformstests.py
@@ -2618,7 +2618,7 @@ class AllPlatformTests(BasePlatformTests):
def test_introspect_json_flat(self):
testdir = os.path.join(self.unit_test_dir, '57 introspection')
- out = self.init(testdir, extra_args=['-Dlayout=flat'])
+ self.init(testdir, extra_args=['-Dlayout=flat'])
infodir = os.path.join(self.builddir, 'meson-info')
self.assertPathExists(infodir)