Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff9e0b59 authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Automerger Merge Worker
Browse files

Merge "Fix CrasherTest.smoke in debuggerd_test." am: d7f815eb

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1571601

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I830e9c2e7a3f031d143c812e0ff70a5b3b430c75
parents 43635526 d7f815eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)");
  }
}