| Index: base/test/test_suite.cc
|
| diff --git a/base/test/test_suite.cc b/base/test/test_suite.cc
|
| index 3416cd1dada43b4f46628e6e18f69c622e0cc5d8..a34930879a643aebda44c1c838606f7bbb15200f 100644
|
| --- a/base/test/test_suite.cc
|
| +++ b/base/test/test_suite.cc
|
| @@ -39,7 +39,7 @@ namespace {
|
|
|
| class MaybeTestDisabler : public testing::EmptyTestEventListener {
|
| public:
|
| - virtual void OnTestStart(const testing::TestInfo& test_info) {
|
| + virtual void OnTestStart(const testing::TestInfo& test_info) OVERRIDE {
|
| ASSERT_FALSE(TestSuite::IsMarkedMaybe(test_info))
|
| << "Probably the OS #ifdefs don't include all of the necessary "
|
| "platforms.\nPlease ensure that no tests have the MAYBE_ prefix "
|
|
|