commit | a92b0265ecade9b90ef051798f177eefeead8b4e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Nov 26 21:21:49 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 26 21:21:49 2018 +0000 |
tree | 8adbeeaaf0552ab8e57f9b8b4c5bf0ab446d9d2d | |
parent | a61a969e2d32c175fca043a33dcc3af04ffa41f0 [diff] | |
parent | d79209ceb8a9d41a4f1c194ed5f9cac111e52835 [diff] |
Merge "C++17 compatibility: unreachable `return`."
diff --git a/runtime/gc/accounting/mod_union_table_test.cc b/runtime/gc/accounting/mod_union_table_test.cc index b39628b..e66a174 100644 --- a/runtime/gc/accounting/mod_union_table_test.cc +++ b/runtime/gc/accounting/mod_union_table_test.cc
@@ -162,9 +162,9 @@ } default: { UNIMPLEMENTED(FATAL) << "Invalid type " << type; + UNREACHABLE(); } } - return nullptr; } TEST_F(ModUnionTableTest, TestCardCache) {