summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/block/InvalidNesting1.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/block/InvalidNesting1.cmake')
-rw-r--r--Tests/RunCMake/block/InvalidNesting1.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/block/InvalidNesting1.cmake b/Tests/RunCMake/block/InvalidNesting1.cmake
new file mode 100644
index 0000000..27b7944
--- /dev/null
+++ b/Tests/RunCMake/block/InvalidNesting1.cmake
@@ -0,0 +1,6 @@
+
+if (TRUE)
+ block()
+else()
+ endblock()
+endif()