Merge "Fix the expected tagged_addr_ctrl in a test."

This commit is contained in:
Treehugger Robot 2020-11-03 03:12:02 +00:00 committed by Gerrit Code Review
commit 485505c06d

View file

@ -312,7 +312,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: 000000000007fff3)");
ASSERT_MATCH(result, R"(tagged_addr_ctrl: 000000000007fff5)");
}
}