summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestCommand.h
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-09-03 15:14:13 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-09-03 15:14:13 (GMT)
commit20713ab89de358540a19cb07b13202d4298fe393 (patch)
tree8432ed7a24e5d68f2a5714166fc32bf05a15eefa /Source/CTest/cmCTestTestCommand.h
parentcd147f0f71e1f426351d4705537deff0b89c215b (diff)
downloadCMake-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.h2
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 "