This is really an error

This commit is contained in:
Andy Cedilnik 2003-04-17 15:20:07 -04:00
parent d0d9330c40
commit 333a007d31
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,7 @@ static const char* cmCTestErrorMatches[] = {
": Invalid loader fixup for symbol",
": internal link edit command failed",
": Unrecognized option \\`.*\\'",
"\", line [0-9]+\\.[0-9]+:",
0
};
@ -143,7 +144,6 @@ static const char* cmCTestWarningMatches[] = {
"WARNING: ",
"([^ :]+) : warning",
"([^:]+): warning",
"\", line [0-9]+\\.[0-9]+:",
0
};