[cfe-commits] r171996 - /cfe/trunk/test/Index/comment-objc-decls.m

Nico Weber nicolasweber at gmx.de
Wed Jan 9 12:36:11 PST 2013


Author: nico
Date: Wed Jan  9 14:36:10 2013
New Revision: 171996

URL: http://llvm.org/viewvc/llvm-project?rev=171996&view=rev
Log:
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.


Modified:
    cfe/trunk/test/Index/comment-objc-decls.m

Modified: cfe/trunk/test/Index/comment-objc-decls.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/comment-objc-decls.m?rev=171996&r1=171995&r2=171996&view=diff
==============================================================================
--- cfe/trunk/test/Index/comment-objc-decls.m (original)
+++ cfe/trunk/test/Index/comment-objc-decls.m Wed Jan  9 14:36:10 2013
@@ -108,7 +108,7 @@
 */
 @property (copy) id PropertyMyClassCategory;
 @end
-// CHECK: <Declaration>@interface MyClass(Category) @end</Declaration>
+// CHECK: <Declaration>@interface MyClass(Category)\n at end</Declaration>
 // CHECK: <Declaration>- (void)MethodMyClassCategory;</Declaration>
 // CHECK: <Declaration>@property(readwrite, copy, atomic) id PropertyMyClassCategory;</Declaration>
 // CHECK: <Declaration>- (id)PropertyMyClassCategory;</Declaration>





More information about the cfe-commits mailing list