diff options
Diffstat (limited to 'testing/platform_test.h')
-rw-r--r-- | testing/platform_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/platform_test.h b/testing/platform_test.h index 6e5e039..991ad09 100644 --- a/testing/platform_test.h +++ b/testing/platform_test.h @@ -20,7 +20,7 @@ class NSAutoreleasePool; // only implemented on the Mac. To enable this for another platform, just // adjust the #ifdefs and add a platform_test_<platform>.cc implementation file. class PlatformTest : public testing::Test { - protected: + protected: virtual void SetUp(); virtual void TearDown(); |