From: Fariborz Jahanian Date: Thu, 23 Feb 2012 20:07:38 +0000 (+0000) Subject: Change test again so it passes in build-bot until I can figure out what is X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00ff5a919be81485a5abfaf3498ebd1bc1ed8161;p=clang Change test again so it passes in build-bot until I can figure out what is going on. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151275 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/auto-property-synthesize-protocol.m b/test/CodeGenObjC/auto-property-synthesize-protocol.m index 474dda4a98..ca5c095047 100644 --- a/test/CodeGenObjC/auto-property-synthesize-protocol.m +++ b/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:]"(