mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
testsuite: Add a missing USER_LABEL_PREFIX to a regex.
Fixes this test on Darwin. Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> gcc/testsuite/ChangeLog: * g++.dg/modules/init-2_b.C: Add a missing USER_LABEL_PREFIX to a regex.
This commit is contained in:
parent
ab5d82c029
commit
a78e5d307c
@ -8,4 +8,4 @@ import Foo;
|
||||
// There should be an idempotency check
|
||||
// { dg-final { scan-assembler {_ZZ9_ZGIW3BarE9__in_chrg} } }
|
||||
// { dg-final { scan-assembler {call[ \t]+_?_ZGIW3Foo} { target i?86-*-* x86_64-*-* } } }
|
||||
// { dg-final { scan-assembler {.(quad|long)[ \t]+_ZGIW3Bar} { target i?86-*-* x86_64-*-* } } }
|
||||
// { dg-final { scan-assembler {.(quad|long)[ \t]+_?_ZGIW3Bar} { target i?86-*-* x86_64-*-* } } }
|
||||
|
Loading…
Reference in New Issue
Block a user