diff options
Diffstat (limited to 'runtime/dexopt_test.h')
-rw-r--r-- | runtime/dexopt_test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/dexopt_test.h b/runtime/dexopt_test.h index 3203ee526b..b4e52ac49c 100644 --- a/runtime/dexopt_test.h +++ b/runtime/dexopt_test.h @@ -26,11 +26,11 @@ namespace art { class DexoptTest : public Dex2oatEnvironmentTest { public: - virtual void SetUp() OVERRIDE; + virtual void SetUp() override; virtual void PreRuntimeCreate(); - virtual void PostRuntimeCreate() OVERRIDE; + virtual void PostRuntimeCreate() override; // Generate an oat file for the purposes of test. // The oat file will be generated for dex_location in the given oat_location |