From 8965a6a0d2165f32e6413594bba6367f271f51e7 Mon Sep 17 00:00:00 2001 From: vladlosev Date: Fri, 4 Nov 2011 17:56:23 +0000 Subject: Improves conformance to the Google C++ Style Guide (by Greg Miller). --- test/gtest_output_test_.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/gtest_output_test_.cc') diff --git a/test/gtest_output_test_.cc b/test/gtest_output_test_.cc index 13dbec47..031ae83b 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."; -- cgit v1.2.3