diff options
Diffstat (limited to 'test/Sema/implicit-int.c')
-rw-r--r-- | test/Sema/implicit-int.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Sema/implicit-int.c b/test/Sema/implicit-int.c index 90fe607e12..04b27a8f0e 100644 --- a/test/Sema/implicit-int.c +++ b/test/Sema/implicit-int.c @@ -23,8 +23,7 @@ h19_insline(n) // expected-warning {{parameter 'n' was not declared, defaulting } struct foo { - __extension__ __attribute__((packed)) // expected-warning {{type specifier missing, defaults to 'int'}} - x : 4; + __extension__ __attribute__((packed)) x : 4; // expected-warning {{type specifier missing, defaults to 'int'}} }; |