diff options
author | Gennadiy Civil <misterg@google.com> | 2018-08-02 21:32:43 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-08-02 21:32:43 (GMT) |
commit | 0d29f9702df3a9b8fd4771e5725dc301f9797539 (patch) | |
tree | 7609e93132c374f31a42fd23d715ebefd76f8284 /googletest/test | |
parent | 95c313e68541a1a63adbb6639a5e5745360bfd06 (diff) | |
download | googletest-0d29f9702df3a9b8fd4771e5725dc301f9797539.zip googletest-0d29f9702df3a9b8fd4771e5725dc301f9797539.tar.gz googletest-0d29f9702df3a9b8fd4771e5725dc301f9797539.tar.bz2 |
more fixes
Diffstat (limited to 'googletest/test')
-rwxr-xr-x | googletest/test/googletest-catch-exceptions-test.py | 4 |
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 0bd4366..5f13efa 100755 --- a/googletest/test/googletest-catch-exceptions-test.py +++ b/googletest/test/googletest-catch-exceptions-test.py @@ -31,7 +31,7 @@ """Tests Google Test's exception catching behavior. This script invokes googletest-catch-exceptions-test_ and -gtest_catch_exceptions_ex_test_ (programs written with +googletest-catch-exceptions-ex-test_ (programs written with Google Test) and verifies their output. """ @@ -45,7 +45,7 @@ LIST_TESTS_FLAG = FLAG_PREFIX + 'list_tests' NO_CATCH_EXCEPTIONS_FLAG = FLAG_PREFIX + 'catch_exceptions=0' FILTER_FLAG = FLAG_PREFIX + 'filter' -# Path to the gtest_catch_exceptions_ex_test_ binary, compiled with +# Path to the googletest-catch-exceptions-ex-test_ binary, compiled with # exceptions enabled. EX_EXE_PATH = gtest_test_utils.GetTestExecutablePath( 'googletest-catch-exceptions-ex-test_') |