diff options
author | Abseil Team <absl-team@google.com> | 2019-07-10 22:26:15 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-07-16 15:21:11 (GMT) |
commit | e4f097b5fbba8223b75cb4ff7394958c5aa410d7 (patch) | |
tree | 5bdab7ebf36d9486761100c901a69f2e31dbaf8b /googlemock/include/gmock | |
parent | 947aeab281f1b160d2db5045064be73c984f1ae6 (diff) | |
download | googletest-e4f097b5fbba8223b75cb4ff7394958c5aa410d7.zip googletest-e4f097b5fbba8223b75cb4ff7394958c5aa410d7.tar.gz googletest-e4f097b5fbba8223b75cb4ff7394958c5aa410d7.tar.bz2 |
Googletest export
Update a broken link in a comment.
PiperOrigin-RevId: 257493975
Diffstat (limited to 'googlemock/include/gmock')
-rw-r--r-- | googlemock/include/gmock/gmock-generated-actions.h | 2 | ||||
-rw-r--r-- | googlemock/include/gmock/gmock-generated-actions.h.pump | 2 | ||||
-rw-r--r-- | googlemock/include/gmock/gmock-generated-matchers.h.pump | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/googlemock/include/gmock/gmock-generated-actions.h b/googlemock/include/gmock/gmock-generated-actions.h index bf95300..409886c 100644 --- a/googlemock/include/gmock/gmock-generated-actions.h +++ b/googlemock/include/gmock/gmock-generated-actions.h @@ -268,7 +268,7 @@ class ActionHelper { // MORE INFORMATION: // // To learn more about using these macros, please search for 'ACTION' on -// https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md +// 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_\ diff --git a/googlemock/include/gmock/gmock-generated-actions.h.pump b/googlemock/include/gmock/gmock-generated-actions.h.pump index 39e65c3..87c580c 100644 --- a/googlemock/include/gmock/gmock-generated-actions.h.pump +++ b/googlemock/include/gmock/gmock-generated-actions.h.pump @@ -191,7 +191,7 @@ $template // MORE INFORMATION: // // To learn more about using these macros, please search for 'ACTION' on -// https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md +// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md $range i 0..n $range k 0..n-1 diff --git a/googlemock/include/gmock/gmock-generated-matchers.h.pump b/googlemock/include/gmock/gmock-generated-matchers.h.pump index 333dc9d..43a0c5f 100644 --- a/googlemock/include/gmock/gmock-generated-matchers.h.pump +++ b/googlemock/include/gmock/gmock-generated-matchers.h.pump @@ -263,7 +263,7 @@ $$ }} This line fixes auto-indentation of the following code in Emacs. // // To learn more about using these macros, please search for 'MATCHER' // on -// https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md +// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md $range i 0..n $for i |