Fixing typo in documentation.
This upstreams a Google-internal change.
This commit is contained in:
parent
5f11a1cfd6
commit
8fc77c3504
@ -1287,7 +1287,7 @@ class GTEST_API_ UnitTest {
|
|||||||
internal::UnitTestImpl* impl() { return impl_; }
|
internal::UnitTestImpl* impl() { return impl_; }
|
||||||
const internal::UnitTestImpl* impl() const { return impl_; }
|
const internal::UnitTestImpl* impl() const { return impl_; }
|
||||||
|
|
||||||
// These classes and funcions are friends as they need to access private
|
// These classes and functions are friends as they need to access private
|
||||||
// members of UnitTest.
|
// members of UnitTest.
|
||||||
friend class Test;
|
friend class Test;
|
||||||
friend class internal::AssertHelper;
|
friend class internal::AssertHelper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user