From 333a007d310b4e55a06210f05a3a38b2b81f9903 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 17 Apr 2003 15:20:07 -0400 Subject: [PATCH] This is really an error --- Source/cmCTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 80cee0672..0caad8db9 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 };