Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(950)

Unified Diff: external_tests/google_test/gtest/test/production.h

Issue 201830043: Bug 1118245 - Apply uniform style across NSS
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « external_tests/google_test/gtest/test/gtest-typed-test_test.h ('k') | external_tests/ssl_gtest/test_io.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: external_tests/google_test/gtest/test/production.h
===================================================================
--- a/external_tests/google_test/gtest/test/production.h
+++ b/external_tests/google_test/gtest/test/production.h
@@ -42,14 +42,15 @@ class PrivateCode {
FRIEND_TEST(PrivateCodeTest, CanAccessPrivateMembers);
// Declares a friend test that uses a fixture.
FRIEND_TEST(PrivateCodeFixtureTest, CanAccessPrivateMembers);
PrivateCode();
int x() const { return x_; }
+
private:
void set_x(int an_x) { x_ = an_x; }
int x_;
};
#endif // GTEST_TEST_PRODUCTION_H_
« no previous file with comments | « external_tests/google_test/gtest/test/gtest-typed-test_test.h ('k') | external_tests/ssl_gtest/test_io.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b