From 14f7077fed7d82046bdcbe347004132f08aba886 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 28 Sep 2024 09:57:32 -0700 Subject: vendor/googletest: import 1.15.2 The changes between the two versions can be found in this diff of the two release tags: https://github.com/google/googletest/compare/v1.14.0...v1.15.2 One notable change is that GoogleTest 1.15.x requires C++-14 (1.14.x required C++-11).. --- docs/reference/mocking.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/reference/mocking.md') 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 `. ## Macros {#macros} -- cgit v1.3