Merge "Fix the expected tagged_addr_ctrl in a test." am: 485505c06d
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1484250 Change-Id: I252838ef872fed929fc17bed8be4f26dcdfac826
This commit is contained in:
commit
f54a27bf70
1 changed files with 1 additions and 1 deletions
|
|
@ -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)");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue