summaryrefslogtreecommitdiff
path: root/tests/parser/preprocessor-vala.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/preprocessor-vala.vala')
-rw-r--r--tests/parser/preprocessor-vala.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/parser/preprocessor-vala.vala b/tests/parser/preprocessor-vala.vala
index a95b19e6c..7d0d509d5 100644
--- a/tests/parser/preprocessor-vala.vala
+++ b/tests/parser/preprocessor-vala.vala
@@ -45,6 +45,8 @@ void main () {
assert_not_reached ();
#elif !VALA_0_46
assert_not_reached ();
+#elif !VALA_0_48
+ assert_not_reached ();
#else
assert (true);
#endif