[vala/staging: 3/8] tests: Extend preprocessor-vala test with VALA_0_46



commit ddb1d68d02b410ada7f0a04da6463bc54629f92e
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Sep 24 12:07:52 2019 +0200

    tests: Extend preprocessor-vala test with VALA_0_46

 tests/parser/preprocessor-vala.vala | 2 ++
 1 file changed, 2 insertions(+)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]