summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-17 19:20:07 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-17 19:20:07 (GMT)
commit333a007d310b4e55a06210f05a3a38b2b81f9903 (patch)
tree90ad9972145f469b8ef99d030e9eda550eb6b743 /Source/cmCTest.cxx
parentd0d9330c403fc2a0a07ea9e5fa55da02c91ad57f (diff)
downloadCMake-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.cxx2
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
};