summaryrefslogtreecommitdiff
path: root/runtime/gc/heap_test.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2018-09-07 08:11:55 -0700
committer Andreas Gampe <agampe@google.com> 2018-09-07 09:13:50 -0700
commitfa6a1b0a1d9d186a0ad9bb413a4e49f1ffd187d8 (patch)
tree6d3bef945030868d7e78162dc3f4f35a07ce410a /runtime/gc/heap_test.cc
parenta0878aa9f4f4102e56a6381b28a8d7c38dec80b9 (diff)
ART: Continue adding override annotations
Use Clang-tidy's modernize-use-override to add more annotations. Ignore inferred annotations on destructors. Bug: 32619234 Test: mmma art Change-Id: Ic432c928e398d44df9171e42db04ee19946e6887
Diffstat (limited to 'runtime/gc/heap_test.cc')
-rw-r--r--runtime/gc/heap_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/heap_test.cc b/runtime/gc/heap_test.cc
index 7cbad3b523..05a04f21db 100644
--- a/runtime/gc/heap_test.cc
+++ b/runtime/gc/heap_test.cc
@@ -96,7 +96,7 @@ TEST_F(HeapTest, DumpGCPerformanceOnShutdown) {
}
class ZygoteHeapTest : public CommonRuntimeTest {
- void SetUpRuntimeOptions(RuntimeOptions* options) {
+ void SetUpRuntimeOptions(RuntimeOptions* options) override {
CommonRuntimeTest::SetUpRuntimeOptions(options);
options->push_back(std::make_pair("-Xzygote", nullptr));
}