aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Chinchilla <cachinchilla@google.com>2023-11-09 01:01:57 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-11-09 01:01:57 +0000
commit4449ac1105bda520dcdc33b2eb64b1f553a0a3aa (patch)
treeee9d924b4483b83ddf236714b85cd8839c94d42d
parente9105b356836b054dff4b11d4a87492987688b5b (diff)
downloadpigweed-4449ac1105bda520dcdc33b2eb64b1f553a0a3aa.tar.gz
pw_unit_test: Include the right gmock header
Bug: 309665550 Change-Id: Ia258bd4d640a74befda5b66cf6ec73190ef2825f Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/180030 Pigweed-Auto-Submit: Carlos Chinchilla <cachinchilla@google.com> Reviewed-by: Ted Pudlik <tpudlik@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
-rw-r--r--pw_unit_test/public/pw_unit_test/googletest_test_matchers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw_unit_test/public/pw_unit_test/googletest_test_matchers.h b/pw_unit_test/public/pw_unit_test/googletest_test_matchers.h
index dfc1be45c..e7965aaa5 100644
--- a/pw_unit_test/public/pw_unit_test/googletest_test_matchers.h
+++ b/pw_unit_test/public/pw_unit_test/googletest_test_matchers.h
@@ -16,7 +16,7 @@
#include <type_traits>
#include <utility>
-#include "gmock/gmock.h"
+#include "gmock/gmock-matchers.h"
#include "gtest/gtest.h"
#include "pw_result/result.h"
#include "pw_status/status.h"
@@ -253,4 +253,4 @@ inline internal::IsOkAndHoldsMatcher<InnerMatcher> IsOkAndHolds(
#define UNIQUE_IDENTIFIER_EXPANDED_DETAIL(line) \
_assert_ok_and_assign_unique_name_##line
-} // namespace pw::unit_test \ No newline at end of file
+} // namespace pw::unit_test