diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-12 17:53:21 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-12 17:53:21 (GMT) |
commit | daa37f116340fa86c1a511847fe65ad999095fa0 (patch) | |
tree | c7b5e27c5bc3407266dca8ea5c987ff32a81b5a2 /Source/cmSetTestsPropertiesCommand.h | |
parent | 2bb24565e5fb9ba99aa3164332a81504a7eb51b0 (diff) | |
download | CMake-daa37f116340fa86c1a511847fe65ad999095fa0.zip CMake-daa37f116340fa86c1a511847fe65ad999095fa0.tar.gz CMake-daa37f116340fa86c1a511847fe65ad999095fa0.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmSetTestsPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTestsPropertiesCommand.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmSetTestsPropertiesCommand.h b/Source/cmSetTestsPropertiesCommand.h index e1bc069..d01d622 100644 --- a/Source/cmSetTestsPropertiesCommand.h +++ b/Source/cmSetTestsPropertiesCommand.h @@ -54,8 +54,8 @@ public: return " SET_TESTS_PROPERTIES(test1 [test2...] PROPERTIES prop1 value1 prop2" " value2)\n" - "Set a property for the tests. If the property is not found, CMake will " - "report an error. The properties include:\n" + "Set a property for the tests. If the property is not found, CMake " + "will report an error. The properties include:\n" "WILL_FAIL: If set to true, this will invert the pass/fail flag of the" " test.\n" "PASS_REGULAR_EXPRESSION: If set, the test output will be checked " @@ -66,8 +66,8 @@ public: "FAIL_REGULAR_EXPRESSION: If set, if the output will match to one of " "specified regular expressions, the test will fail.\n" " Example: PASS_REGULAR_EXPRESSION \"[^a-z]Error;ERROR;Failed\"\n" - "Both PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION expect a list " - "of regular expressions.\n"; + "Both PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION expect a " + "list of regular expressions.\n"; } cmTypeMacro(cmSetTestsPropertiesCommand, cmCommand); |