diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-09-06 14:29:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 14:29:25 -0400 |
commit | 8b491162f79282b79292e0f4166194b3f7ccb7b1 (patch) | |
tree | b6e5d65fcf25c9353d110820cad4a1ab7e1be353 /googlemock/include/gmock/gmock-generated-actions.h | |
parent | a1c332cdbe89ea3b0be9ea5bef18aefe835d7ee1 (diff) | |
parent | 8a3ccc3ee36342c149a696b3c0e5ba9d4938efa9 (diff) | |
download | googletest-8b491162f79282b79292e0f4166194b3f7ccb7b1.tar.gz googletest-8b491162f79282b79292e0f4166194b3f7ccb7b1.tar.bz2 googletest-8b491162f79282b79292e0f4166194b3f7ccb7b1.zip |
Merge branch 'master' into support_xboxone
Diffstat (limited to 'googlemock/include/gmock/gmock-generated-actions.h')
-rw-r--r-- | googlemock/include/gmock/gmock-generated-actions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock-generated-actions.h b/googlemock/include/gmock/gmock-generated-actions.h index b5a889c0..be4ebe4f 100644 --- a/googlemock/include/gmock/gmock-generated-actions.h +++ b/googlemock/include/gmock/gmock-generated-actions.h @@ -875,7 +875,7 @@ DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, // MORE INFORMATION: // // To learn more about using these macros, please search for 'ACTION' -// on http://code.google.com/p/googlemock/wiki/CookBook. +// on https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md // An internal macro needed for implementing ACTION*(). #define GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_\ |