summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 4a757cc..083bdd1 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -4842,7 +4842,7 @@ void cmCTest::SetTestsToRunInformation(const char* in)
int end = -1;
int stride = -1;
std::string::size_type pos = 0;
- std::string::size_type pos2 = 0;
+ std::string::size_type pos2;
// read start
if(GetNextNumber(testArgs, start, pos, pos2))
{