summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmCTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index bb75cc1..780618a 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -144,7 +144,7 @@ static const char* cmCTestWarningMatches[] = {
"WARNING: ",
"([^ :]+) : warning",
"([^:]+): warning",
- "\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([W]\\)",
+ "\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\(W\\)",
0
};