diff options
Diffstat (limited to 'libartbase/base/logging_test.cc')
-rw-r--r-- | libartbase/base/logging_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libartbase/base/logging_test.cc b/libartbase/base/logging_test.cc index 1fa3209f7f..985a8eafae 100644 --- a/libartbase/base/logging_test.cc +++ b/libartbase/base/logging_test.cc @@ -32,7 +32,7 @@ static void SimpleAborter(const char* msg) { _exit(1); } -class LoggingTest : public testing::Test { +class LoggingTest : public ::testing::Test { protected: LoggingTest() { // In our abort tests we really don't want the runtime to create a real dump. |