summaryrefslogtreecommitdiff
path: root/test cases/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit')
-rw-r--r--test cases/unit/57 introspection/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/unit/57 introspection/meson.build b/test cases/unit/57 introspection/meson.build
index 3a3db10e7..2b38151f1 100644
--- a/test cases/unit/57 introspection/meson.build
+++ b/test cases/unit/57 introspection/meson.build
@@ -12,6 +12,7 @@ test_bool = not test_bool
set_variable('list_test_plusassign', [])
list_test_plusassign += ['bugs everywhere']
+dict_test = {list_test_plusassign[0]: 'even more bugs'}
if not true
vers_str = '<=99.9.9'