From: Rico Tzschichholz Date: Tue, 24 Sep 2019 10:07:52 +0000 (+0200) Subject: tests: Extend preprocessor-vala test with VALA_0_46 X-Git-Tag: 0.46.2~11 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ddb1d68d02b410ada7f0a04da6463bc54629f92e;p=thirdparty%2Fvala.git tests: Extend preprocessor-vala test with VALA_0_46 --- diff --git a/tests/parser/preprocessor-vala.vala b/tests/parser/preprocessor-vala.vala index 7e0b098ca..a95b19e6c 100644 --- a/tests/parser/preprocessor-vala.vala +++ b/tests/parser/preprocessor-vala.vala @@ -43,6 +43,8 @@ void main () { assert_not_reached (); #elif !VALA_0_44 assert_not_reached (); +#elif !VALA_0_46 + assert_not_reached (); #else assert (true); #endif