summaryrefslogtreecommitdiff
path: root/tests/parser
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-09-24 12:07:52 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-09-24 12:08:49 +0200
commitddb1d68d02b410ada7f0a04da6463bc54629f92e (patch)
tree059e911440eddfb0b29908c8ba96f3f9193379af /tests/parser
parent3a2fdaa489e6b5417f5354b231fab28cfde73104 (diff)
downloadvala-ddb1d68d02b410ada7f0a04da6463bc54629f92e.tar.gz
tests: Extend preprocessor-vala test with VALA_0_46
Diffstat (limited to 'tests/parser')
-rw-r--r--tests/parser/preprocessor-vala.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/parser/preprocessor-vala.vala b/tests/parser/preprocessor-vala.vala
index 7e0b098ca..a95b19e6c 100644
--- a/tests/parser/preprocessor-vala.vala
+++ b/tests/parser/preprocessor-vala.vala
@@ -43,6 +43,8 @@ void main () {
assert_not_reached ();
#elif !VALA_0_44
assert_not_reached ();
+#elif !VALA_0_46
+ assert_not_reached ();
#else
assert (true);
#endif