Author: fjahanian
Date: Thu Feb 23 12:57:03 2012
New Revision: 151272

URL: http://llvm.org/viewvc/llvm-project?rev=151272&view=rev
Log:
fix test for patch in r151268.


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=151272&r1=151271&r2=151272&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/auto-property-synthesize-protocol.m (original)
+++ cfe/trunk/test/CodeGenObjC/auto-property-synthesize-protocol.m Thu Feb 23 
12:57:03 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_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: define internal i32 @"\01-[I auto_req_window]"(
+// CHECK: define internal void @"\01-[I setAuto_req_window:]"(
 
 // CHECK-NOT: define internal i32 @"\01-[I no_auto_opt_window]"(
 // CHECK-NOT: define internal void @"\01-[I setNo_auto_opt_window:]"(


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to