Преглед изворни кода

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