Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-07-29 19:33:27 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-07-29 23:19:30 +0300
commitc6f468d8ed3ef81673267ce5b3660a0e871b92cd (patch)
tree62dfacd7c000f2a8702842e1f1cc264fa44226ba /extern/gtest/src/gtest-test-part.cc
parent574bbf5d1d4b9c1b1aa1401e30a8262533cda400 (diff)
GTests: Update to a newer Git version
Required to get GMock working with GTest.
Diffstat (limited to 'extern/gtest/src/gtest-test-part.cc')
-rw-r--r--extern/gtest/src/gtest-test-part.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/extern/gtest/src/gtest-test-part.cc b/extern/gtest/src/gtest-test-part.cc
index c60eef3ab35..fb0e35425e1 100644
--- a/extern/gtest/src/gtest-test-part.cc
+++ b/extern/gtest/src/gtest-test-part.cc
@@ -35,9 +35,9 @@
// Indicates that this translation unit is part of Google Test's
// implementation. It must come before gtest-internal-inl.h is
-// included, or there will be a compiler error. This trick is to
-// prevent a user from accidentally including gtest-internal-inl.h in
-// his code.
+// included, or there will be a compiler error. This trick exists to
+// prevent the accidental inclusion of gtest-internal-inl.h in the
+// user's code.
#define GTEST_IMPLEMENTATION_ 1
#include "src/gtest-internal-inl.h"
#undef GTEST_IMPLEMENTATION_