The second argument of ASSERT_DEATH describes a regular expression, in which parenthesis have special meaning. Matches of literal parentheses need to be escaped.
Fixes failure of InvalidFormatFailure.ParenMismatch and InvalidFormatFailure.ParenMismatch when gtest is compiled with msvc's regex implementation.
Note: . is interpreted as well, but stands for any character, including ..