]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm: fix typo in dg-require-effective-target [PR118089]
authorRichard Earnshaw <rearnsha@arm.com>
Mon, 10 Feb 2025 10:50:36 +0000 (10:50 +0000)
committerRichard Earnshaw <rearnsha@arm.com>
Mon, 10 Feb 2025 10:50:36 +0000 (10:50 +0000)
Trivial typo.

gcc/testsuite:
PR target/118089
* gcc.target/arm/thumb2-pop-loreg.c (dg-require-effective-target): Fix
typo in directive.

gcc/testsuite/gcc.target/arm/thumb2-pop-loreg.c

index 6db66b84cd964b2076ebf89cfc7f763ca55e400a..c8397f64318fb2a82b7900bc490edb4042ccd842 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-require-effective_target arm_thumb2_ok } */
+/* { dg-require-effective-target arm_thumb2_ok } */
 /* { dg-options "-Os" } */
 
 int __attribute__((noinline)) f (void)