diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2011-05-02 19:39:53 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2011-05-02 19:39:53 +0000 |
commit | 01af97d3b23bded2b2b21af19bbc6e4cce49e5b3 (patch) | |
tree | 64a10f4c4154739d4a8191d7e1b52ce497f4ebd6 /test/Sema/arm-layout.c | |
parent | c3b054d250cdca485c71845089c316e10610ebad (diff) |
Diffstat (limited to 'test/Sema/arm-layout.c')
-rw-r--r-- | test/Sema/arm-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/arm-layout.c b/test/Sema/arm-layout.c index 424868510428c..d017fdb8aa07d 100644 --- a/test/Sema/arm-layout.c +++ b/test/Sema/arm-layout.c @@ -42,7 +42,7 @@ check(s3_offset_0, __builtin_offsetof(struct s3, field0) == 0); check(s3_offset_1, __builtin_offsetof(struct s3, field2) == 7); struct s4 { - int field0 : 4 + int field0 : 4; }; #ifdef __ARM_EABI__ check(s4_size, sizeof(struct s4) == 4); |