diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2012-05-29 19:59:25 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-05-29 19:59:25 +0000 |
commit | bdccce55823d86330f9e421198646dd4abac8b5c (patch) | |
tree | 55d1eb6fe70d86e12438a4416d2cbdf66ec16a9f | |
parent | 490a52b4947381879a47b4251db5fb81cdf5d02b (diff) |
fixes radar no. in this test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157642 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/SemaObjC/property-impl-misuse.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaObjC/property-impl-misuse.m b/test/SemaObjC/property-impl-misuse.m index 1d3d64ce31..a5e1dd6b90 100644 --- a/test/SemaObjC/property-impl-misuse.m +++ b/test/SemaObjC/property-impl-misuse.m @@ -35,8 +35,8 @@ } @end -// rdar://1105153 -@interface rdar1105153 +// rdar://11054153 +@interface rdar11054153 @property int P; // expected-error {{type of property 'P' ('int') does not match type of accessor 'P' ('void')}} - (void)P; // expected-note {{declared here}} |