From: Nico Weber Date: Wed, 9 Jan 2013 20:36:10 +0000 (+0000) Subject: Fix test after r171995. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa49c18071500d43c86a3c0029aecaea954a64ca;p=clang 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 --- 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;