aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock_stress_test.cc
diff options
context:
space:
mode:
authorBernhard Bauer <sheepmaster@gmail.com>2018-03-12 18:15:35 +0000
committerGitHub <noreply@github.com>2018-03-12 18:15:35 +0000
commitfc437ef4b2c0a0302a6b0771c334ca51dc1ccf7d (patch)
tree0718a372bf66172bf4d3415eca6eb5d1f96b41fa /googlemock/test/gmock_stress_test.cc
parent7b70413e0ca57b3e48d7655f342122f159f52b31 (diff)
parentabc6e943e0878af67b91fa8a646edf717195c80c (diff)
downloadgoogletest-fc437ef4b2c0a0302a6b0771c334ca51dc1ccf7d.tar.gz
googletest-fc437ef4b2c0a0302a6b0771c334ca51dc1ccf7d.tar.bz2
googletest-fc437ef4b2c0a0302a6b0771c334ca51dc1ccf7d.zip
Merge branch 'master' into upstream_188748737
Diffstat (limited to 'googlemock/test/gmock_stress_test.cc')
-rw-r--r--googlemock/test/gmock_stress_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/googlemock/test/gmock_stress_test.cc b/googlemock/test/gmock_stress_test.cc
index c16badda..b9fdc45c 100644
--- a/googlemock/test/gmock_stress_test.cc
+++ b/googlemock/test/gmock_stress_test.cc
@@ -33,12 +33,13 @@
// threads concurrently.
#include "gmock/gmock.h"
+
#include "gtest/gtest.h"
namespace testing {
namespace {
-// From <gtest/internal/gtest-port.h>.
+// From "gtest/internal/gtest-port.h".
using ::testing::internal::ThreadWithParam;
// The maximum number of test threads (not including helper threads)