Even better error detection on AIX

This commit is contained in:
Andy Cedilnik 2003-04-18 10:00:01 -04:00
parent a1ca5004bd
commit cf4d96a3f7
1 changed files with 1 additions and 1 deletions

View File

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