summaryrefslogtreecommitdiffstats
path: root/test/Index/comment-objc-decls.m
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2013-01-09 20:36:10 +0000
committerNico Weber <nicolasweber@gmx.de>2013-01-09 20:36:10 +0000
commitfa49c18071500d43c86a3c0029aecaea954a64ca (patch)
tree7e6ceaed2e76e9de493d0d7a2582595a83091f19 /test/Index/comment-objc-decls.m
parent27d1367871a6eab347346497e87ea1adb2fd15a5 (diff)
Fix test after r171995.
I wasn't aware libFormat is used elsewhere already. Let me know if rebasing is not the right thing to do here. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171996 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/comment-objc-decls.m')
-rw-r--r--test/Index/comment-objc-decls.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/comment-objc-decls.m b/test/Index/comment-objc-decls.m
index 88e04714c4..4b9a4bcaba 100644
--- a/test/Index/comment-objc-decls.m
+++ b/test/Index/comment-objc-decls.m
@@ -108,7 +108,7 @@
*/
@property (copy) id PropertyMyClassCategory;
@end
-// CHECK: <Declaration>@interface MyClass(Category) @end</Declaration>
+// CHECK: <Declaration>@interface MyClass(Category)\n@end</Declaration>
// CHECK: <Declaration>- (void)MethodMyClassCategory;</Declaration>
// CHECK: <Declaration>@property(readwrite, copy, atomic) id PropertyMyClassCategory;</Declaration>
// CHECK: <Declaration>- (id)PropertyMyClassCategory;</Declaration>