瀏覽代碼

COMP: Fix bad escape sequence.

Brad King 18 年之前
父節點
當前提交
861e3a7107
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/CTest/cmCTestBuildHandler.cxx

+ 1 - 1
Source/CTest/cmCTestBuildHandler.cxx

@@ -91,7 +91,7 @@ static const char* cmCTestErrorMatches[] = {
   "Makefile:[0-9]+: \\*\\*\\* .*  Stop\\.",
   ": No such file or directory",
   ": Invalid argument",
-  "^The project cannot be built\.",
+  "^The project cannot be built\\.",
   0
 };