diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/bitfld-10.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/bitfld-10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/bitfld-10.c b/gcc/testsuite/gcc.dg/bitfld-10.c index 156929f49fd..ce722314919 100644 --- a/gcc/testsuite/gcc.dg/bitfld-10.c +++ b/gcc/testsuite/gcc.dg/bitfld-10.c @@ -5,4 +5,4 @@ struct { int a : 1; } x; -int r = sizeof (x.a); /* { dg-error "error: 'sizeof' applied to a bit-field" } */ +int r = sizeof (x.a); /* { dg-error "'sizeof' applied to a bit-field" } */ |