diff options
Diffstat (limited to 'clang/test/Sema/pragma-pack-5.c')
-rw-r--r-- | clang/test/Sema/pragma-pack-5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Sema/pragma-pack-5.c b/clang/test/Sema/pragma-pack-5.c index 95bbe1fe7e9..24bd4cd7d92 100644 --- a/clang/test/Sema/pragma-pack-5.c +++ b/clang/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. |