summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2012-02-23 18:57:03 +0000
committerFariborz Jahanian <fjahanian@apple.com>2012-02-23 18:57:03 +0000
commitd8316db2766eabf46546d400b2641f796e2dad7b (patch)
treee144f725351f329e219db942a9f8791781d40790 /test/CodeGenObjC
parenteb2f220b334fc77202864c1a57246361f262b5e1 (diff)
fix test for patch in r151268.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC')
-rw-r--r--test/CodeGenObjC/auto-property-synthesize-protocol.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/auto-property-synthesize-protocol.m b/test/CodeGenObjC/auto-property-synthesize-protocol.m
index ca5c095047..474dda4a98 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:]"(