ENH: More support for gcov 4.0

This commit is contained in:
Andy Cedilnik 2005-08-03 13:34:13 -04:00
parent e26c160698
commit 7bd1e74177
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ int cmCTestCoverageHandler::ProcessHandler()
// Style 2 // Style 2
std::string st2gcovOutputRex1 = "^File *`(.*)'$"; std::string st2gcovOutputRex1 = "^File *[`'](.*)'$";
std::string st2gcovOutputRex2 = "Lines executed: *[0-9]+\\.[0-9]+% of [0-9]+$"; std::string st2gcovOutputRex2 = "Lines executed: *[0-9]+\\.[0-9]+% of [0-9]+$";
std::string st2gcovOutputRex3 = "^(.*):creating `(.*\\.gcov)'"; std::string st2gcovOutputRex3 = "^(.*):creating `(.*\\.gcov)'";
std::string st2gcovOutputRex4 = "^(.*):unexpected EOF *$"; std::string st2gcovOutputRex4 = "^(.*):unexpected EOF *$";