summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/error-outof-scope-property-use.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/error-outof-scope-property-use.m')
-rw-r--r--clang/test/SemaObjC/error-outof-scope-property-use.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/error-outof-scope-property-use.m b/clang/test/SemaObjC/error-outof-scope-property-use.m
index 023687bbf4d..8ab9f557455 100644
--- a/clang/test/SemaObjC/error-outof-scope-property-use.m
+++ b/clang/test/SemaObjC/error-outof-scope-property-use.m
@@ -2,7 +2,7 @@
// RUN: %clang_cc1 -x objective-c++ -fsyntax-only -fobjc-default-synthesize-properties -verify -Wno-objc-root-class %s
// rdar://13178483
-@class NSMutableDictionary; // expected-note {{receiver is object of the class that is declared here}}
+@class NSMutableDictionary; // expected-note {{receiver is instance of class declared here}}
@interface LaunchdJobs
OpenPOWER on IntegriCloud