diff options
author | Chris Johnson <chrisjohnsonmail@gmail.com> | 2018-12-14 13:11:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 13:11:15 -0600 |
commit | 130e5aa86a7a71501cf8fa7cd6f507928f01bd79 (patch) | |
tree | 2bc11702641f6bcca31032b4c343238d7b9178f6 /googlemock/include/gmock/gmock-generated-matchers.h | |
parent | fe14e3030737509c2b9f9adad80ff56f80e988a2 (diff) | |
parent | b5f5c596a9915106c1ac36a3f89db4e0e49c07d1 (diff) | |
download | googletest-130e5aa86a7a71501cf8fa7cd6f507928f01bd79.tar.gz googletest-130e5aa86a7a71501cf8fa7cd6f507928f01bd79.tar.bz2 googletest-130e5aa86a7a71501cf8fa7cd6f507928f01bd79.zip |
Merge pull request #2 from google/master
merge upstream/master into master
Diffstat (limited to 'googlemock/include/gmock/gmock-generated-matchers.h')
-rw-r--r-- | googlemock/include/gmock/gmock-generated-matchers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock-generated-matchers.h b/googlemock/include/gmock/gmock-generated-matchers.h index b77b3f19..f9c927c1 100644 --- a/googlemock/include/gmock/gmock-generated-matchers.h +++ b/googlemock/include/gmock/gmock-generated-matchers.h @@ -261,7 +261,7 @@ // // To learn more about using these macros, please search for 'MATCHER' // on -// https://github.com/abseil/googletest/blob/master/googlemock/docs/CookBook.md +// https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md #define MATCHER(name, description)\ class name##Matcher {\ |