aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/mms-bitfields.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/mms-bitfields.c')
-rw-r--r--test/Sema/mms-bitfields.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/mms-bitfields.c b/test/Sema/mms-bitfields.c
index 9289b9029a..d238a7a10d 100644
--- a/test/Sema/mms-bitfields.c
+++ b/test/Sema/mms-bitfields.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -mms-bitfields -fsyntax-only -verify -triple x86_64-apple-darwin9 %s
+// expected-no-diagnostics
// The -mms-bitfields commandline parameter should behave the same
// as the ms_struct attribute.