aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-08-30 00:27:25 +0000
committerTed Kremenek <kremenek@apple.com>2012-08-30 00:27:25 +0000
commit9757377ba280c48c7de55de2e04dbad3b7df38e6 (patch)
treefe2b0112af10037bdd1096e266b19239fa0956b4
parent554067f290282f366ccf65a27e0b914aa67a52c6 (diff)
Make this test portable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162880 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/SemaObjC/nsobject-attribute.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/nsobject-attribute.m b/test/SemaObjC/nsobject-attribute.m
index 133ca16204..b794eafc9e 100644
--- a/test/SemaObjC/nsobject-attribute.m
+++ b/test/SemaObjC/nsobject-attribute.m
@@ -31,6 +31,7 @@ id getProperty(id self) {
@implementation HandTested
@synthesize x=x;
+@synthesize myObj;
@dynamic color;
@end