Merge topic 'doc-set_test_properties-example'

d8054987 Help: Fix set_tests_properties documentation typo
This commit is contained in:
Brad King 2014-09-15 10:27:41 -04:00 committed by CMake Topic Stage
commit 0f2defba7d
1 changed files with 1 additions and 1 deletions

View File

@ -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.