[cfe-commits] r151275 - /cfe/trunk/test/CodeGenObjC/auto-property-synthesize-protocol.m

Fariborz Jahanian fjahanian at apple.com
Thu Feb 23 12:07:38 PST 2012


Author: fjahanian
Date: Thu Feb 23 14:07:38 2012
New Revision: 151275

URL: http://llvm.org/viewvc/llvm-project?rev=151275&view=rev
Log:
Change test again so it passes in build-bot until I can figure out what is
going on.

Modified:
    cfe/trunk/test/CodeGenObjC/auto-property-synthesize-protocol.m

Modified: cfe/trunk/test/CodeGenObjC/auto-property-synthesize-protocol.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/auto-property-synthesize-protocol.m?rev=151275&r1=151274&r2=151275&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/auto-property-synthesize-protocol.m (original)
+++ cfe/trunk/test/CodeGenObjC/auto-property-synthesize-protocol.m Thu Feb 23 14:07:38 2012
@@ -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:]"(





More information about the cfe-commits mailing list