]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Extend preprocessor-vala test with VALA_0_46
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 24 Sep 2019 10:07:52 +0000 (12:07 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 24 Sep 2019 10:08:49 +0000 (12:08 +0200)
tests/parser/preprocessor-vala.vala

index 7e0b098ca3a7b545236c897fc77317f7c576eba0..a95b19e6cac4d08c1bb5bbba0e77f4bd8316dd3a 100644 (file)
@@ -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