aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_help_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_help_test.py')
-rwxr-xr-xtest/gtest_help_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_help_test.py b/test/gtest_help_test.py
index 0777106a..093c838d 100755
--- a/test/gtest_help_test.py
+++ b/test/gtest_help_test.py
@@ -74,7 +74,7 @@ HELP_REGEX = re.compile(
FLAG_PREFIX + r'output=.*' +
FLAG_PREFIX + r'break_on_failure.*' +
FLAG_PREFIX + r'throw_on_failure.*' +
- FLAG_PREFIX + r'catch_exceptions.*',
+ FLAG_PREFIX + r'catch_exceptions=0.*',
re.DOTALL)