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:
parent
332a08173a
commit
beec790e2b
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ int main ()
|
|||
}
|
||||
|
||||
/* There should be no 'unaligned' comments. */
|
||||
/* { dg-final { scan-assembler-not "unaligned" } } */
|
||||
/* { dg-final { scan-assembler-not "@ unaligned" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue