summaryrefslogtreecommitdiff
path: root/tests/parser
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-09-25 09:22:01 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-09-25 13:07:52 +0200
commit465be97bd7b4950099f06952671cec22b611877c (patch)
tree12c4337b6e065227783f696ff7b4e3a1d6542047 /tests/parser
parent079eb7c76e892eaa7ba396a81c3694cc124a5f24 (diff)
downloadvala-465be97bd7b4950099f06952671cec22b611877c.tar.gz
Bump version suffix to 0.48
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 a95b19e6c..7d0d509d5 100644
--- a/tests/parser/preprocessor-vala.vala
+++ b/tests/parser/preprocessor-vala.vala
@@ -45,6 +45,8 @@ void main () {
assert_not_reached ();
#elif !VALA_0_46
assert_not_reached ();
+#elif !VALA_0_48
+ assert_not_reached ();
#else
assert (true);
#endif