aboutsummaryrefslogtreecommitdiff
path: root/string/test/strcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/test/strcpy.c')
-rw-r--r--string/test/strcpy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/string/test/strcpy.c b/string/test/strcpy.c
index e84cace9c8c6..6de3bed590ef 100644
--- a/string/test/strcpy.c
+++ b/string/test/strcpy.c
@@ -24,8 +24,7 @@ static const struct fun
// clang-format off
F(strcpy, 0)
#if __aarch64__
- F(__strcpy_aarch64, 0)
- F(__strcpy_aarch64_mte, 1)
+ F(__strcpy_aarch64, 1)
# if __ARM_FEATURE_SVE
F(__strcpy_aarch64_sve, 1)
# endif