aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortsunanet <tsunanet@861a406c-534a-0410-8894-cb66d6ee9925>2009-05-18 20:53:57 +0000
committertsunanet <tsunanet@861a406c-534a-0410-8894-cb66d6ee9925>2009-05-18 20:53:57 +0000
commit8de91f8f8374f49240b379e2328de9121837bae8 (patch)
treef9a5623027238007ae85da60f05ff60b68b0a53a /include
parentc8a0482c0bffe471a82d8513536aa87235cb523f (diff)
downloadgoogletest-8de91f8f8374f49240b379e2328de9121837bae8.tar.gz
googletest-8de91f8f8374f49240b379e2328de9121837bae8.tar.bz2
googletest-8de91f8f8374f49240b379e2328de9121837bae8.zip
Change a few visibilities to work around a bug in g++ 3.4.2.
It looks like this version of g++ is confused by the local class generated by the TEST_F macro and it can't tell that we're in a method that inherits the class we want to access. This bug causes the following kind of error: ../samples/../test/gtest_unittest.cc: In static member function `static void <unnamed>::ExpectFatalFailureTest_CatchesFatalFaliure_Test::TestBody()::GTestExpectFatalFailureHelper::Execute()': ../samples/../test/gtest_unittest.cc:799: error: `static void <unnamed>::ScopedFakeTestPartResultReporterTest::AddFailure(<unnamed>::ScopedFakeTestPartResultReporterTest::FailureMode)' is protected ../samples/../test/gtest_unittest.cc:883: error: within this context Signed-off-by: Benoit Sigoure <tsunanet@gmail.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions