diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-01 11:45:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 11:45:45 -0400 |
commit | e5e2ef7cd27cc089c1d8302a11970ef870554294 (patch) | |
tree | 3ee12a206ab4eb3960b77e30d09f3e0c6e7f55a4 /googlemock/test/gmock_output_test.py | |
parent | 572b07ff8d93164b2819fa1800e8ee5bf08537db (diff) | |
parent | 16c65a476a125b12cc9cda34ae32ce09bc643dc6 (diff) | |
download | googletest-e5e2ef7cd27cc089c1d8302a11970ef870554294.tar.gz googletest-e5e2ef7cd27cc089c1d8302a11970ef870554294.tar.bz2 googletest-e5e2ef7cd27cc089c1d8302a11970ef870554294.zip |
Merge pull request #1695 from gennadiycivil/master
Formatting changes and upstreaming one test
Diffstat (limited to 'googlemock/test/gmock_output_test.py')
-rwxr-xr-x | googlemock/test/gmock_output_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/googlemock/test/gmock_output_test.py b/googlemock/test/gmock_output_test.py index 9d73d570..8f57d46c 100755 --- a/googlemock/test/gmock_output_test.py +++ b/googlemock/test/gmock_output_test.py @@ -43,7 +43,6 @@ __author__ = 'wan@google.com (Zhanyong Wan)' import os import re import sys - import gmock_test_utils |