diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-09-03 15:14:13 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-09-03 15:14:13 (GMT) |
commit | 20713ab89de358540a19cb07b13202d4298fe393 (patch) | |
tree | 8432ed7a24e5d68f2a5714166fc32bf05a15eefa /Source/CTest/cmCTestTestCommand.h | |
parent | cd147f0f71e1f426351d4705537deff0b89c215b (diff) | |
download | CMake-20713ab89de358540a19cb07b13202d4298fe393.zip CMake-20713ab89de358540a19cb07b13202d4298fe393.tar.gz CMake-20713ab89de358540a19cb07b13202d4298fe393.tar.bz2 |
Fixed warnings
Diffstat (limited to 'Source/CTest/cmCTestTestCommand.h')
-rw-r--r-- | Source/CTest/cmCTestTestCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestTestCommand.h b/Source/CTest/cmCTestTestCommand.h index f294e02..9f3a2f4 100644 --- a/Source/CTest/cmCTestTestCommand.h +++ b/Source/CTest/cmCTestTestCommand.h @@ -66,7 +66,7 @@ public: " [INCLUDE include regex] [RETURN_VALUE res] \n" " [EXCLUDE_LABEL exclude regex] \n" " [INCLUDE_LABEL label regex] \n" - " [PARALLEL_LEVEL level] )\n" + " [PARALLEL_LEVEL level]) \n" "Tests the given build directory and stores results in Test.xml. The " "second argument is a variable that will hold value. Optionally, " "you can specify the starting test number START, the ending test number " |