aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2020-04-17 10:33:20 -0400
committerGennadiy Rozental <rogeeff@google.com>2020-05-01 17:10:51 -0400
commita67701056425775c87fe637e7a3fb813ed3994d1 (patch)
tree8abb163395cf20ffd6d745d19799d2d193ca9e39
parentdcc92d0ab6c4ce022162a23566d44f673251eee4 (diff)
downloadgoogletest-a67701056425775c87fe637e7a3fb813ed3994d1.tar.gz
googletest-a67701056425775c87fe637e7a3fb813ed3994d1.tar.bz2
googletest-a67701056425775c87fe637e7a3fb813ed3994d1.zip
Googletest export
Internal change PiperOrigin-RevId: 307040308
-rw-r--r--googletest/docs/advanced.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md
index d65f1eff..b782e99f 100644
--- a/googletest/docs/advanced.md
+++ b/googletest/docs/advanced.md
@@ -401,7 +401,7 @@ alone with them. For a list of matchers gMock provides, read
your [own matchers](../../googlemock/docs/cook_book.md#NewMatchers) too.
gMock is bundled with googletest, so you don't need to add any build dependency
-in order to take advantage of this. Just include `"testing/base/public/gmock.h"`
+in order to take advantage of this. Just include `"gmock/gmock.h"`
and you're ready to go.
### More String Assertions