瀏覽代碼

This is really an error

Andy Cedilnik 22 年之前
父節點
當前提交
333a007d31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmCTest.cxx

+ 1 - 1
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
 };