diff options
Diffstat (limited to 'test/Sema/pragma-pack-6.c')
-rw-r--r-- | test/Sema/pragma-pack-6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/pragma-pack-6.c b/test/Sema/pragma-pack-6.c index 40659c23bda8..c87c99d5dab9 100644 --- a/test/Sema/pragma-pack-6.c +++ b/test/Sema/pragma-pack-6.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -triple i686-apple-darwin9 %s -fsyntax-only -verify +// expected-no-diagnostics // Pragma pack handling with tag declarations |