summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-synthesized.m
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-04-03 20:26:45 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-04-03 20:26:45 +0000
commit893a6eaf52930701950b7fc01a2478bb86899b77 (patch)
tree0e0723444897a303096b74bdc3af52eee8c33e26 /test/Index/complete-synthesized.m
parent6d858d96ea294baecdf3e7ad3f3c5395c00dec8e (diff)
Don't treat synthesized ivars as being in the base class for the purpose of
looking up visible decls. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/complete-synthesized.m')
-rw-r--r--test/Index/complete-synthesized.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/complete-synthesized.m b/test/Index/complete-synthesized.m
index 81f1ba186f..216481a5c1 100644
--- a/test/Index/complete-synthesized.m
+++ b/test/Index/complete-synthesized.m
@@ -43,4 +43,4 @@
// CHECK: ObjCIvarDecl:{ResultType float}{TypedText _prop2} (35)
// CHECK-NOT: prop2
// CHECK-NOT: prop3
-// CHECK: ObjCIvarDecl:{ResultType double}{TypedText _prop4} (37)
+// CHECK: ObjCIvarDecl:{ResultType double}{TypedText _prop4} (35)