summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/arc-unsafe_unretained.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/arc-unsafe_unretained.m')
-rw-r--r--clang/test/SemaObjC/arc-unsafe_unretained.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/SemaObjC/arc-unsafe_unretained.m b/clang/test/SemaObjC/arc-unsafe_unretained.m
index a6c5f985df8..99e870f643a 100644
--- a/clang/test/SemaObjC/arc-unsafe_unretained.m
+++ b/clang/test/SemaObjC/arc-unsafe_unretained.m
@@ -1,5 +1,6 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify -fblocks %s
// RUN: %clang_cc1 -fsyntax-only -verify -fblocks -fobjc-arc %s
+// expected-no-diagnostics
struct X {
__unsafe_unretained id object;
OpenPOWER on IntegriCloud