summaryrefslogtreecommitdiff
path: root/tests/parser
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-09-29 14:13:34 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-09-29 14:13:34 +0200
commit165f1a862b366dc4ba1b166fd6a0b504404c2516 (patch)
tree240d470b33a40e6ae8ed0a1ad7e31d37ab7cb459 /tests/parser
parent1c976d3704ca2318bef27ab7537ee98b8eaa9c59 (diff)
downloadvala-165f1a862b366dc4ba1b166fd6a0b504404c2516.tar.gz
Bump version suffix to 0.52
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 fb17acba0..b5ace3892 100644
--- a/tests/parser/preprocessor-vala.vala
+++ b/tests/parser/preprocessor-vala.vala
@@ -49,6 +49,8 @@ void main () {
assert_not_reached ();
#elif !VALA_0_50
assert_not_reached ();
+#elif !VALA_0_52
+ assert_not_reached ();
#else
assert (true);
#endif