diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-03-23 22:34:06 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-03-23 22:34:21 +0100 |
commit | 8058c6751afe65b355674f886f214d259cb72c03 (patch) | |
tree | e8d135d62eb1df5de825472634e55391dc4d33f1 /tests/parser | |
parent | 9e0ed97536dbbd48dc35146289e570bef5589260 (diff) | |
download | vala-8058c6751afe65b355674f886f214d259cb72c03.tar.gz |
Bump version suffix to 0.50
Diffstat (limited to 'tests/parser')
-rw-r--r-- | tests/parser/preprocessor-vala.vala | 2 |
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 |