summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-08-01 19:09:30 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2022-08-01 19:09:57 +0200
commite74724d2646b0cda103984f1d6c4045db2262726 (patch)
tree5c4122f37b15eaa183b362c0d6ea925e02b5b0cf /tests
parente0ef43f565d4b11d26f3aad8b9693f991a77a221 (diff)
downloadvala-e74724d2646b0cda103984f1d6c4045db2262726.tar.gz
Bump version suffix to 0.580.57.0
Diffstat (limited to 'tests')
-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 d63d8f9a9..425b08bbd 100644
--- a/tests/parser/preprocessor-vala.vala
+++ b/tests/parser/preprocessor-vala.vala
@@ -55,6 +55,8 @@ void main () {
assert_not_reached ();
#elif !VALA_0_56
assert_not_reached ();
+#elif !VALA_0_58
+ assert_not_reached ();
#else
assert (true);
#endif