diff options
author | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2011-11-04 17:56:23 (GMT) |
---|---|---|
committer | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2011-11-04 17:56:23 (GMT) |
commit | 8965a6a0d2165f32e6413594bba6367f271f51e7 (patch) | |
tree | ab0e0f5e0fd23697673ec2e0edca67079375dd2c /test/gtest_output_test_.cc | |
parent | 829402edcffe712ed4c79412ca020525cd8295ad (diff) | |
download | googletest-8965a6a0d2165f32e6413594bba6367f271f51e7.zip googletest-8965a6a0d2165f32e6413594bba6367f271f51e7.tar.gz googletest-8965a6a0d2165f32e6413594bba6367f271f51e7.tar.bz2 |
Improves conformance to the Google C++ Style Guide (by Greg Miller).
Diffstat (limited to 'test/gtest_output_test_.cc')
-rw-r--r-- | test/gtest_output_test_.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gtest_output_test_.cc b/test/gtest_output_test_.cc index 13dbec4..031ae83 100644 --- a/test/gtest_output_test_.cc +++ b/test/gtest_output_test_.cc @@ -378,6 +378,7 @@ class FatalFailureInFixtureConstructorTest : public testing::Test { << "We should never get here, as the test fixture c'tor " << "had a fatal failure."; } + private: void Init() { FAIL() << "Expected failure #1, in the test fixture c'tor."; |