summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/BracketComment5.cmake
blob: dc9e6b48d39b751418963b019a41a59fdf4c9228 (plain)
1
2
3
4
5
6
7
8
9
10
11
#[[
message(FATAL_ERROR "This is commented out.")
#]] #[[
message(FATAL_ERROR "This is commented out.")
#]]#[[
message(FATAL_ERROR "This is commented out.")
#]] #message(FATAL_ERROR "This is commented out.")
#[[
message(FATAL_ERROR "This is commented out.")
#]]#message(FATAL_ERROR "This is commented out.")
message(STATUS "The above FATAL_ERROR did not occur.")