summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 44b15dc..ee19740 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -247,7 +247,7 @@ private:
//! Run command specialized for tests. Returns process status and retVal is
// return value or exception.
- int RunTest( const char* command, std::string* output, int *retVal);
+ int RunTest(std::vector<const char*> args, std::string* output, int *retVal);
std::string GenerateRegressionImages(const std::string& xml);
const char* GetTestStatus(int status);