mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
Help: Fix set_tests_properties documentation typo
The example for FAIL_REGULAR_EXPRESSION should actually name it.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user