summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-catch-exceptions-test.py
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-02 21:46:43 (GMT)
committerGennadiy Civil <misterg@google.com>2018-08-02 21:46:43 (GMT)
commitb929d55704e4312f80e6aebad0750966f65d9fb4 (patch)
tree4ae60aebbcdf5b4c238d552d9eddfdcf1f4f899e /googletest/test/googletest-catch-exceptions-test.py
parent0d29f9702df3a9b8fd4771e5725dc301f9797539 (diff)
downloadgoogletest-b929d55704e4312f80e6aebad0750966f65d9fb4.zip
googletest-b929d55704e4312f80e6aebad0750966f65d9fb4.tar.gz
googletest-b929d55704e4312f80e6aebad0750966f65d9fb4.tar.bz2
cmake fixes
Diffstat (limited to 'googletest/test/googletest-catch-exceptions-test.py')
-rwxr-xr-xgoogletest/test/googletest-catch-exceptions-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/googletest-catch-exceptions-test.py b/googletest/test/googletest-catch-exceptions-test.py
index 5f13efa..69dbadf 100755
--- a/googletest/test/googletest-catch-exceptions-test.py
+++ b/googletest/test/googletest-catch-exceptions-test.py
@@ -53,7 +53,7 @@ EX_EXE_PATH = gtest_test_utils.GetTestExecutablePath(
# Path to the googletest-catch-exceptions-test_ binary, compiled with
# exceptions disabled.
EXE_PATH = gtest_test_utils.GetTestExecutablePath(
- 'googletest_catch_exceptions_no_ex_test_')
+ 'googletest-catch-exceptions-no-ex-test_')
environ = gtest_test_utils.environ
SetEnvVar = gtest_test_utils.SetEnvVar