From fa49c18071500d43c86a3c0029aecaea954a64ca Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 9 Jan 2013 20:36:10 +0000 Subject: [PATCH] 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 --- test/Index/comment-objc-decls.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: @interface MyClass(Category) @end +// CHECK: @interface MyClass(Category)\n@end // CHECK: - (void)MethodMyClassCategory; // CHECK: @property(readwrite, copy, atomic) id PropertyMyClassCategory; // CHECK: - (id)PropertyMyClassCategory; -- 2.50.1