fix test for patch in r151268.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151272 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/auto-property-synthesize-protocol.m b/test/CodeGenObjC/auto-property-synthesize-protocol.m
index ca5c095..474dda4 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_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:]"(