Skip to content

Commit 4e9fe30

Browse files
dinordcopybara-github
authored andcommitted
Fix reference to source file in gmock FAQ
PiperOrigin-RevId: 421915817 Change-Id: I22800e8943f9eb050304c521701d4040b1b7a914
1 parent 4e82924 commit 4e9fe30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gmock_faq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ Usually, if your action is for a particular function type, defining it using
369369
different types (e.g. if you are defining `Return(*value*)`),
370370
`MakePolymorphicAction()` is easiest. Sometimes you want precise control on what
371371
types of functions the action can be used in, and implementing `ActionInterface`
372-
is the way to go here. See the implementation of `Return()` in
373-
`testing/base/public/gmock-actions.h` for an example.
372+
is the way to go here. See the implementation of `Return()` in `gmock-actions.h`
373+
for an example.
374374

375375
### I use SetArgPointee() in WillOnce(), but gcc complains about "conflicting return type specified". What does it mean?
376376

0 commit comments

Comments
 (0)