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

Commit 485505c0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix the expected tagged_addr_ctrl in a test."

parents 8df6d9e0 2b6764a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)");
  }
}