]> granicus.if.org Git - clang/commitdiff
Fix test after r171995.
authorNico Weber <nicolasweber@gmx.de>
Wed, 9 Jan 2013 20:36:10 +0000 (20:36 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 9 Jan 2013 20:36:10 +0000 (20:36 +0000)
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

index 88e04714c471953c9be397984a23abceebc86684..4b9a4bcaba031d8e2156c54420497b0418bd4b40 100644 (file)
 */
 @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>