diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-01-02 10:54:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-02 10:54:26 -0500 |
commit | fa6730103ecaad750f42700c55a92c3e212a9271 (patch) | |
tree | 3c9e1638dc96dfe918b73e87d4b389d3bbe5dd86 /googlemock/scripts/fuse_gmock_files.py | |
parent | ca6a70c6082ff526b993c622d192c6d519800bc2 (diff) | |
parent | 1c2f1907047216654599b0057df49d21a2c1400a (diff) | |
download | googletest-fa6730103ecaad750f42700c55a92c3e212a9271.tar.gz googletest-fa6730103ecaad750f42700c55a92c3e212a9271.tar.bz2 googletest-fa6730103ecaad750f42700c55a92c3e212a9271.zip |
Merge branch 'master' into uintptr
Diffstat (limited to 'googlemock/scripts/fuse_gmock_files.py')
-rwxr-xr-x | googlemock/scripts/fuse_gmock_files.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/scripts/fuse_gmock_files.py b/googlemock/scripts/fuse_gmock_files.py index cb7fdf2f..9b6956f2 100755 --- a/googlemock/scripts/fuse_gmock_files.py +++ b/googlemock/scripts/fuse_gmock_files.py @@ -55,7 +55,7 @@ EXAMPLES This tool is experimental. In particular, it assumes that there is no conditional inclusion of Google Mock or Google Test headers. Please report any problems to googlemock@googlegroups.com. You can read -http://code.google.com/p/googlemock/wiki/CookBook for more +https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md for more information. """ |