diff options
Diffstat (limited to 'docs/reference/mocking.md')
-rw-r--r-- | docs/reference/mocking.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/reference/mocking.md b/docs/reference/mocking.md index e414ffbd0dea..ab37ebf36231 100644 --- a/docs/reference/mocking.md +++ b/docs/reference/mocking.md @@ -1,8 +1,7 @@ # Mocking Reference This page lists the facilities provided by GoogleTest for creating and working -with mock objects. To use them, include the header -`gmock/gmock.h`. +with mock objects. To use them, add `#include <gmock/gmock.h>`. ## Macros {#macros} |