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

Commit d7f815eb authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Gerrit Code Review
Browse files

Merge "Fix CrasherTest.smoke in debuggerd_test."

parents 9e082d49 939d0742
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)");
  }
}