diff options
Diffstat (limited to 'dex2oat/dex2oat_image_test.cc')
-rw-r--r-- | dex2oat/dex2oat_image_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/dex2oat_image_test.cc b/dex2oat/dex2oat_image_test.cc index 4247e176aa..60dba99bfa 100644 --- a/dex2oat/dex2oat_image_test.cc +++ b/dex2oat/dex2oat_image_test.cc @@ -52,7 +52,7 @@ std::ostream& operator<<(std::ostream& os, const ImageSizes& sizes) { class Dex2oatImageTest : public CommonRuntimeTest { public: - virtual void TearDown() OVERRIDE {} + virtual void TearDown() override {} protected: // Visitors take method and type references |