diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-04-17 19:20:07 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-04-17 19:20:07 (GMT) |
commit | 333a007d310b4e55a06210f05a3a38b2b81f9903 (patch) | |
tree | 90ad9972145f469b8ef99d030e9eda550eb6b743 /Source/cmCTest.cxx | |
parent | d0d9330c403fc2a0a07ea9e5fa55da02c91ad57f (diff) | |
download | CMake-333a007d310b4e55a06210f05a3a38b2b81f9903.zip CMake-333a007d310b4e55a06210f05a3a38b2b81f9903.tar.gz CMake-333a007d310b4e55a06210f05a3a38b2b81f9903.tar.bz2 |
This is really an error
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 80cee06..0caad8d 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -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 }; |