aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock_output_test_.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gmock_output_test_.cc')
-rw-r--r--test/gmock_output_test_.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gmock_output_test_.cc b/test/gmock_output_test_.cc
index 24c9b383..c8e6b831 100644
--- a/test/gmock_output_test_.cc
+++ b/test/gmock_output_test_.cc
@@ -32,12 +32,12 @@
// Tests Google Mock's output in various scenarios. This ensures that
// Google Mock's messages are readable and useful.
-#include <gmock/gmock.h>
+#include "gmock/gmock.h"
#include <stdio.h>
#include <string>
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
using testing::_;
using testing::AnyNumber;