commit | becfa56886f059251db968acd61d94411d2e8e84 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Mon Mar 10 13:19:18 2025 -0700 |
committer | Florian Mayer <fmayer@google.com> | Tue Mar 11 11:29:22 2025 -0700 |
tree | 6cfa930aa67aea3e5a93ee48187e362d08b76f71 | |
parent | 7ea4c99263fb09c4590135e78bc26fa4e5786083 [diff] [blame] |
[MTE] remove duplicate logic for mte_enabled Test: mma Change-Id: If60bcd80b649122927108ae61adb68ca225a4141
diff --git a/tests/mte_test.cpp b/tests/mte_test.cpp index 5eb804f..67db820 100644 --- a/tests/mte_test.cpp +++ b/tests/mte_test.cpp
@@ -39,7 +39,7 @@ #endif } #if defined(__aarch64__) - if (mte_supported() && running_with_mte()) { + if (mte_supported() && mte_enabled()) { EXPECT_DEATH( { volatile int load ATTRIBUTE_UNUSED = *mistagged_p;