summaryrefslogtreecommitdiff
path: root/tests/parser
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-03-23 22:34:06 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-03-23 22:34:21 +0100
commit8058c6751afe65b355674f886f214d259cb72c03 (patch)
treee8d135d62eb1df5de825472634e55391dc4d33f1 /tests/parser
parent9e0ed97536dbbd48dc35146289e570bef5589260 (diff)
downloadvala-8058c6751afe65b355674f886f214d259cb72c03.tar.gz
Bump version suffix to 0.50
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 7d0d509d5..fb17acba0 100644
--- a/tests/parser/preprocessor-vala.vala
+++ b/tests/parser/preprocessor-vala.vala
@@ -47,6 +47,8 @@ void main () {
assert_not_reached ();
#elif !VALA_0_48
assert_not_reached ();
+#elif !VALA_0_50
+ assert_not_reached ();
#else
assert (true);
#endif