diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2013-05-15 15:27:35 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-05-15 15:27:35 +0000 |
| commit | 478536b1c1992545cea35b13b30b3c3515d180d8 (patch) | |
| tree | d8e4f96a646acddcd1dac021b51e0666253a4342 /clang/test/SemaObjC/error-outof-scope-property-use.m | |
| parent | 06840768589945ba1dd88d742f37baf18179b5b6 (diff) | |
| download | bcm5719-llvm-478536b1c1992545cea35b13b30b3c3515d180d8.tar.gz bcm5719-llvm-478536b1c1992545cea35b13b30b3c3515d180d8.zip | |
improve of note message and minor refactoring of my last
patch (r181847).
llvm-svn: 181896
Diffstat (limited to 'clang/test/SemaObjC/error-outof-scope-property-use.m')
| -rw-r--r-- | clang/test/SemaObjC/error-outof-scope-property-use.m | 2 |
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 |

