arm: testsuite: tighten scan-assembler in unaligned-memcpy-4.c

The scan-assembler-not pattern in this test was too broad and matched
the 'unaligned' from the .file directive from the file name.  Tighten it
to require a leading comment character.

gcc/testsuite:

	* gcc.target/arm/unaligned-memcpy-4.c: Tighten scan-assembler-not
	pattern.
This commit is contained in:
Richard Earnshaw 2025-03-24 11:22:05 +00:00
parent 332a08173a
commit beec790e2b

View file

@ -23,4 +23,4 @@ int main ()
}
/* There should be no 'unaligned' comments. */
/* { dg-final { scan-assembler-not "unaligned" } } */
/* { dg-final { scan-assembler-not "@ unaligned" } } */