summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/BracketComment3.cmake
blob: ffd03a9311858ea6b355918c341a884f5accf08e (plain)
1
2
3
4
#[[Text on opening line
message(FATAL_ERROR "This is commented out.")
#]=]]
message(STATUS "The above FATAL_ERROR did not occur.")