diff options
author | Andrew Bauer <andy.bauer@kitware.com> | 2014-09-12 14:43:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-09-12 15:32:50 (GMT) |
commit | d8054987010d9c11e50e599d26b108cfede895eb (patch) | |
tree | 56748d884179783830518f5e9d04776cf1a665a5 /Help | |
parent | b36a795163a5835abc3bb507fcb53bc4bf06146c (diff) | |
download | CMake-d8054987010d9c11e50e599d26b108cfede895eb.zip CMake-d8054987010d9c11e50e599d26b108cfede895eb.tar.gz CMake-d8054987010d9c11e50e599d26b108cfede895eb.tar.bz2 |
Help: Fix set_tests_properties documentation typo
The example for FAIL_REGULAR_EXPRESSION should actually name it.
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. |