diff options
author | Brad King <brad.king@kitware.com> | 2013-05-16 18:38:28 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-05-16 18:38:28 (GMT) |
commit | 5d6e54ce502a8bd9218e9f0ae4e400fc5ec55d65 (patch) | |
tree | 1b1438eb1549ff915e925b060a97a1b57d1eaff2 /Source | |
parent | 07d84921781cc6ca729cd3b872c683f04e658f89 (diff) | |
parent | 74228e8486b1d87ef258f32be300a6b884793bc3 (diff) | |
download | CMake-5d6e54ce502a8bd9218e9f0ae4e400fc5ec55d65.zip CMake-5d6e54ce502a8bd9218e9f0ae4e400fc5ec55d65.tar.gz CMake-5d6e54ce502a8bd9218e9f0ae4e400fc5ec55d65.tar.bz2 |
Merge topic 'test_regex_doc'
74228e8 Doc: fix example for FAIL_REGULAR_EXPRESSION
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTest.cxx b/Source/cmTest.cxx index 912ec76..0904431 100644 --- a/Source/cmTest.cxx +++ b/Source/cmTest.cxx @@ -135,7 +135,7 @@ void cmTest::DefineProperties(cmake *cm) "If the output matches this regular expression the test will fail.", "If set, if the output matches one of " "specified regular expressions, the test will fail." - "For example: PASS_REGULAR_EXPRESSION \"[^a-z]Error;ERROR;Failed\""); + "For example: FAIL_REGULAR_EXPRESSION \"[^a-z]Error;ERROR;Failed\""); cm->DefineProperty ("LABELS", cmProperty::TEST, |