diff options
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 6a8c90c..ce6235d 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -21,6 +21,7 @@ #include "cmake.h" #include "cmDocumentation.h" + //---------------------------------------------------------------------------- static const cmDocumentationEntry cmDocumentationName[] = { @@ -207,8 +208,6 @@ int main (int argc, char *argv[]) nocwd = 1; } - - // If there is a testing input file, check for documentation options // only if there are actually arguments. We want running without // arguments to run tests. |