aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-03-06 17:50:50 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-03-06 19:47:33 +0100
commit213d2f18fc004aa6654d72c608331be9e9e156bd (patch)
tree5dcb478177ce910aa679d722f2e6ab1acf01372e /test cases
parentb78db74ed54069cb62427727f0d63c3572851fd5 (diff)
downloadmeson-213d2f18fc004aa6654d72c608331be9e9e156bd.zip
meson-213d2f18fc004aa6654d72c608331be9e9e156bd.tar.gz
meson-213d2f18fc004aa6654d72c608331be9e9e156bd.tar.bz2
ast: Implement dummy evaluate_notstatement
Diffstat (limited to 'test cases')
-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 a094a55..9716eae 100644
--- a/test cases/unit/57 introspection/meson.build
+++ b/test cases/unit/57 introspection/meson.build
@@ -8,6 +8,7 @@ b1 = get_option('test_opt1')
b2 = get_option('test_opt2')
test_bool = b1 or b2
test_bool = b1 and b2
+test_bool = not test_bool
set_variable('list_test_plusassign', [])
list_test_plusassign += ['bugs everywhere']