COMP: Fix bad escape sequence.
This commit is contained in:
parent
ed1081f909
commit
861e3a7107
|
@ -91,7 +91,7 @@ static const char* cmCTestErrorMatches[] = {
|
||||||
"Makefile:[0-9]+: \\*\\*\\* .* Stop\\.",
|
"Makefile:[0-9]+: \\*\\*\\* .* Stop\\.",
|
||||||
": No such file or directory",
|
": No such file or directory",
|
||||||
": Invalid argument",
|
": Invalid argument",
|
||||||
"^The project cannot be built\.",
|
"^The project cannot be built\\.",
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue