summaryrefslogtreecommitdiff
path: root/test/SemaObjC/pragma-pack.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/pragma-pack.m')
-rw-r--r--test/SemaObjC/pragma-pack.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/pragma-pack.m b/test/SemaObjC/pragma-pack.m
index ba39257fcd504..6869bca90d0af 100644
--- a/test/SemaObjC/pragma-pack.m
+++ b/test/SemaObjC/pragma-pack.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -triple i686-apple-darwin9 -fsyntax-only -verify -Wno-objc-root-class %s
+// expected-no-diagnostics
// Make sure pragma pack works inside ObjC methods. <rdar://problem/10893316>
@interface X