summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/gc/accounting/mod_union_table_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/accounting/mod_union_table_test.cc b/runtime/gc/accounting/mod_union_table_test.cc
index b39628b1dc..e66a174587 100644
--- a/runtime/gc/accounting/mod_union_table_test.cc
+++ b/runtime/gc/accounting/mod_union_table_test.cc
@@ -162,9 +162,9 @@ ModUnionTable* ModUnionTableFactory::Create(
}
default: {
UNIMPLEMENTED(FATAL) << "Invalid type " << type;
+ UNREACHABLE();
}
}
- return nullptr;
}
TEST_F(ModUnionTableTest, TestCardCache) {