diff options
author | misterg <misterg@google.com> | 2018-11-19 15:54:09 -0500 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-11-20 13:29:55 -0500 |
commit | b49266606875a8fa6cac79a05002d490a9a2af07 (patch) | |
tree | 9b837c6d547e2f861aba2bee62d7328cc814a183 /googlemock/include/gmock/gmock-generated-actions.h | |
parent | c2989fe29b6a75c61388272ae4cfdc9b70a12345 (diff) | |
download | googletest-b49266606875a8fa6cac79a05002d490a9a2af07.tar.gz googletest-b49266606875a8fa6cac79a05002d490a9a2af07.tar.bz2 googletest-b49266606875a8fa6cac79a05002d490a9a2af07.zip |
Googletest export
Internal Change
PiperOrigin-RevId: 222123106
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 fac491b7..1e06213e 100644 --- a/googlemock/include/gmock/gmock-generated-actions.h +++ b/googlemock/include/gmock/gmock-generated-actions.h @@ -661,7 +661,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 -// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md +// https://github.com/abseil/googletest/blob/master/googlemock/docs/CookBook.md // An internal macro needed for implementing ACTION*(). #define GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_\ |