aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock_leak_test.py
diff options
context:
space:
mode:
authorTanzinul Islam <t_17_7@hotmail.com>2018-08-17 23:58:45 +0100
committerTanzinul Islam <t_17_7@hotmail.com>2018-08-17 23:58:45 +0100
commit9d77e63e125a24e8ba6cbe02b40681a37f59cd5f (patch)
tree5b4f48b7b3fd7c99e702774ffc53da0f3822613e /googlemock/test/gmock_leak_test.py
parent1cd979a80701a6c8c370f3a69048ba5cbec62a28 (diff)
parente82d320567a45db1a999f9109f2b9a733bc59bb1 (diff)
downloadgoogletest-9d77e63e125a24e8ba6cbe02b40681a37f59cd5f.tar.gz
googletest-9d77e63e125a24e8ba6cbe02b40681a37f59cd5f.tar.bz2
googletest-9d77e63e125a24e8ba6cbe02b40681a37f59cd5f.zip
Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116
Diffstat (limited to 'googlemock/test/gmock_leak_test.py')
-rwxr-xr-xgooglemock/test/gmock_leak_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/googlemock/test/gmock_leak_test.py b/googlemock/test/gmock_leak_test.py
index a2fee4b6..7e4b1eea 100755
--- a/googlemock/test/gmock_leak_test.py
+++ b/googlemock/test/gmock_leak_test.py
@@ -31,8 +31,6 @@
"""Tests that leaked mock objects can be caught be Google Mock."""
-__author__ = 'wan@google.com (Zhanyong Wan)'
-
import gmock_test_utils
PROGRAM_PATH = gmock_test_utils.GetTestExecutablePath('gmock_leak_test_')