summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2012-02-23 20:07:38 +0000
committerFariborz Jahanian <fjahanian@apple.com>2012-02-23 20:07:38 +0000
commit00ff5a919be81485a5abfaf3498ebd1bc1ed8161 (patch)
tree95bf459788d7d17edca661c53c8b010cc9b314b3 /test/CodeGenObjC
parentd8316db2766eabf46546d400b2641f796e2dad7b (diff)
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
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 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:]"(