diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2012-02-23 20:07:38 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-02-23 20:07:38 +0000 |
commit | 7cef65a3b638993b87f1c61fe7d2a862ccd71171 (patch) | |
tree | a595bca157457a340ebe6c8866fd93dcb2b231a2 /clang/test/CodeGenObjC/auto-property-synthesize-protocol.m | |
parent | ef8bf3957506fccd8ce72488925f866c3ce598e0 (diff) | |
download | bcm5719-llvm-7cef65a3b638993b87f1c61fe7d2a862ccd71171.tar.gz bcm5719-llvm-7cef65a3b638993b87f1c61fe7d2a862ccd71171.zip |
Change test again so it passes in build-bot until I can figure out what is
going on.
llvm-svn: 151275
Diffstat (limited to 'clang/test/CodeGenObjC/auto-property-synthesize-protocol.m')
-rw-r--r-- | clang/test/CodeGenObjC/auto-property-synthesize-protocol.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/auto-property-synthesize-protocol.m b/clang/test/CodeGenObjC/auto-property-synthesize-protocol.m index 474dda4a98c..ca5c095047f 100644 --- a/clang/test/CodeGenObjC/auto-property-synthesize-protocol.m +++ b/clang/test/CodeGenObjC/auto-property-synthesize-protocol.m @@ -19,10 +19,10 @@ @implementation I // expected-warning {{auto property synthesis will not synthesize property declared in a protocol}} @end -// CHECK: define internal i32 @"\01-[I auto_opt_window]"( -// CHECK: define internal void @"\01-[I setAuto_opt_window:]"( // CHECK: define internal i32 @"\01-[I auto_req_window]"( // CHECK: define internal void @"\01-[I setAuto_req_window:]"( +// CHECK: define internal i32 @"\01-[I auto_opt_window]"( +// CHECK: define internal void @"\01-[I setAuto_opt_window:]"( // CHECK-NOT: define internal i32 @"\01-[I no_auto_opt_window]"( // CHECK-NOT: define internal void @"\01-[I setNo_auto_opt_window:]"( |