diff options
Diffstat (limited to 'src/cppunit/TestPath.cpp')
| -rw-r--r-- | src/cppunit/TestPath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit/TestPath.cpp b/src/cppunit/TestPath.cpp index 6904590..2f4903f 100644 --- a/src/cppunit/TestPath.cpp +++ b/src/cppunit/TestPath.cpp @@ -48,7 +48,7 @@ TestPath::TestPath( Test *searchRoot, Test *parentTest = findActualRoot( searchRoot, pathAsString, testNames ); add( parentTest ); - for ( int index = 1; index < testNames.size(); ++index ) + for ( unsigned int index = 1; index < testNames.size(); ++index ) { bool childFound = false; for ( int childIndex =0; childIndex < parentTest->getChildTestCount(); ++childIndex ) |
