Merge "Fix CrasherTest.smoke in debuggerd_test."

This commit is contained in:
Peter Collingbourne 2021-02-03 19:20:10 +00:00 committed by Gerrit Code Review
commit d7f815eb04

View file

@ -311,7 +311,7 @@ TEST_F(CrasherTest, smoke) {
if (mte_supported()) {
// Test that the default TAGGED_ADDR_CTRL value is set.
ASSERT_MATCH(result, R"(tagged_addr_ctrl: 000000000007fff5)");
ASSERT_MATCH(result, R"(tagged_addr_ctrl: 000000000007fff3)");
}
}