diff options
Diffstat (limited to 'test/Sema/pragma-pack-5.c')
-rw-r--r-- | test/Sema/pragma-pack-5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/pragma-pack-5.c b/test/Sema/pragma-pack-5.c index 95bbe1fe7e944..24bd4cd7d9221 100644 --- a/test/Sema/pragma-pack-5.c +++ b/test/Sema/pragma-pack-5.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin9 %s -fsyntax-only -verify -ffreestanding +// expected-no-diagnostics // <rdar://problem/10494810> and PR9560 // Check #pragma pack handling with bitfields. |