[vala/staging: 3/8] tests: Extend preprocessor-vala test with VALA_0_46
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging: 3/8] tests: Extend preprocessor-vala test with VALA_0_46
- Date: Tue, 24 Sep 2019 11:51:37 +0000 (UTC)
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]