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

View File

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