diff options
author | Tanzinul Islam <t_17_7@hotmail.com> | 2017-09-06 01:05:24 +0100 |
---|---|---|
committer | Tanzinul Islam <t_17_7@hotmail.com> | 2017-09-06 01:05:24 +0100 |
commit | 78b1ff074799c776f90a77203fcd7adc98e11736 (patch) | |
tree | 21974f2d4f0d4aeaff5a4027df84889a2619ae25 /googlemock/scripts/fuse_gmock_files.py | |
parent | a838de3348add7530431e8d91c8a66cc646f1888 (diff) | |
parent | 857ddeadebe4aa75efcee728651d0947a5a1065a (diff) | |
download | googletest-78b1ff074799c776f90a77203fcd7adc98e11736.tar.gz googletest-78b1ff074799c776f90a77203fcd7adc98e11736.tar.bz2 googletest-78b1ff074799c776f90a77203fcd7adc98e11736.zip |
Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116
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. """ |