aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-06-01 10:19:07 +0200
committerGitHub <noreply@github.com>2018-06-01 10:19:07 +0200
commitdb5f9ec567daff3beba53fd0bcd98e3f3562404c (patch)
tree22f3ee29ece3b48beb2c1a1d64ced2d28834d5aa /googlemock/test
parent4e4df226fc197c0dda6e37f5c8c3845ca1e73a49 (diff)
parent8977af0ecfdd49baedfd4ea020afe68d5c5e1fbb (diff)
downloadgoogletest-db5f9ec567daff3beba53fd0bcd98e3f3562404c.tar.gz
googletest-db5f9ec567daff3beba53fd0bcd98e3f3562404c.tar.bz2
googletest-db5f9ec567daff3beba53fd0bcd98e3f3562404c.zip
Merge pull request #1608 from gennadiycivil/master
formatting changes
Diffstat (limited to 'googlemock/test')
-rwxr-xr-xgooglemock/test/gmock_test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock_test_utils.py b/googlemock/test/gmock_test_utils.py
index b5130001..92b1ac14 100755
--- a/googlemock/test/gmock_test_utils.py
+++ b/googlemock/test/gmock_test_utils.py
@@ -38,7 +38,7 @@ import sys
SCRIPT_DIR = os.path.dirname(__file__) or '.'
# isdir resolves symbolic links.
-gtest_tests_util_dir = os.path.join(SCRIPT_DIR, '../googletest/test')
+gtest_tests_util_dir = os.path.join(SCRIPT_DIR, '../../googletest/test')
if os.path.isdir(gtest_tests_util_dir):
GTEST_TESTS_UTIL_DIR = gtest_tests_util_dir
else: