aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/property-missing.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-missing.m')
-rw-r--r--test/SemaObjC/property-missing.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-missing.m b/test/SemaObjC/property-missing.m
index 1aa94ce71b25..301907ad1c7d 100644
--- a/test/SemaObjC/property-missing.m
+++ b/test/SemaObjC/property-missing.m
@@ -17,6 +17,6 @@ void f2(id<NSCopying> o)
void f3(id o)
{
- o.foo; // expected-error{{member reference base type 'id' is not a structure or union}}
+ o.foo; // expected-error{{property 'foo' not found on object of type 'id'}}
}