summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmaketest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx
index d28fc6c..02aea5b 100644
--- a/Source/cmaketest.cxx
+++ b/Source/cmaketest.cxx
@@ -324,7 +324,7 @@ int do_cmaketest (int argc, char **argv)
if(retVal)
{
cmSystemTools::Error("test executable ", fullPath.c_str(),
- "returned a non-zero value");
+ " returned a non-zero value");
ret = 1;
}
if ( ret )