aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-catch-exceptions-test.py
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-02 16:24:09 -0400
committerGennadiy Civil <misterg@google.com>2018-08-02 16:24:09 -0400
commit677df883ece2d560cb4724041b8624065ffbf069 (patch)
tree5c558bf58be26762af65e1d020903a393f927c5d /googletest/test/googletest-catch-exceptions-test.py
parentb7244ff37c1973f7bc9b41f9dc311de0813f580e (diff)
downloadgoogletest-677df883ece2d560cb4724041b8624065ffbf069.tar.gz
googletest-677df883ece2d560cb4724041b8624065ffbf069.tar.bz2
googletest-677df883ece2d560cb4724041b8624065ffbf069.zip
cmake test fixes
Diffstat (limited to 'googletest/test/googletest-catch-exceptions-test.py')
-rwxr-xr-xgoogletest/test/googletest-catch-exceptions-test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/test/googletest-catch-exceptions-test.py b/googletest/test/googletest-catch-exceptions-test.py
index d12a32a9..cda61b2c 100755
--- a/googletest/test/googletest-catch-exceptions-test.py
+++ b/googletest/test/googletest-catch-exceptions-test.py
@@ -30,7 +30,7 @@
"""Tests Google Test's exception catching behavior.
-This script invokes gtest_catch_exceptions_test_ and
+This script invokes googletest-catch-exceptions-test_ and
gtest_catch_exceptions_ex_test_ (programs written with
Google Test) and verifies their output.
"""
@@ -50,7 +50,7 @@ FILTER_FLAG = FLAG_PREFIX + 'filter'
EX_EXE_PATH = gtest_test_utils.GetTestExecutablePath(
'googletest_catch_exceptions_ex_test_')
-# Path to the gtest_catch_exceptions_test_ binary, compiled with
+# Path to the googletest-catch-exceptions-test_ binary, compiled with
# exceptions disabled.
EXE_PATH = gtest_test_utils.GetTestExecutablePath(
'googletest_catch_exceptions_no_ex_test_')