diff options
author | Brad King <brad.king@kitware.com> | 2014-09-15 14:27:41 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-09-15 14:27:41 (GMT) |
commit | 0f2defba7d89aced3b667c6afe031abdfd152540 (patch) | |
tree | 91d4d932301707aa0e722f4861cc1e210822bab7 /Help | |
parent | b234836637d97b2d9cc837829c485ec87e64c5ce (diff) | |
parent | d8054987010d9c11e50e599d26b108cfede895eb (diff) | |
download | CMake-0f2defba7d89aced3b667c6afe031abdfd152540.zip CMake-0f2defba7d89aced3b667c6afe031abdfd152540.tar.gz CMake-0f2defba7d89aced3b667c6afe031abdfd152540.tar.bz2 |
Merge topic 'doc-set_test_properties-example'
d8054987 Help: Fix set_tests_properties documentation typo
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/set_tests_properties.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/set_tests_properties.rst b/Help/command/set_tests_properties.rst index 82cd5d8..e29d690 100644 --- a/Help/command/set_tests_properties.rst +++ b/Help/command/set_tests_properties.rst @@ -27,7 +27,7 @@ specified regular expressions, the test will fail. :: - Example: PASS_REGULAR_EXPRESSION "[^a-z]Error;ERROR;Failed" + Example: FAIL_REGULAR_EXPRESSION "[^a-z]Error;ERROR;Failed" Both PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION expect a list of regular expressions. |