[cfe-commits] r115618 - /cfe/trunk/test/Index/c-index-api-loadTU-test.m

Douglas Gregor dgregor at apple.com
Tue Oct 5 07:58:05 PDT 2010


Author: dgregor
Date: Tue Oct  5 09:58:05 2010
New Revision: 115618

URL: http://llvm.org/viewvc/llvm-project?rev=115618&view=rev
Log:
Remove a rogue typo

Modified:
    cfe/trunk/test/Index/c-index-api-loadTU-test.m

Modified: cfe/trunk/test/Index/c-index-api-loadTU-test.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/c-index-api-loadTU-test.m?rev=115618&r1=115617&r2=115618&view=diff
==============================================================================
--- cfe/trunk/test/Index/c-index-api-loadTU-test.m (original)
+++ cfe/trunk/test/Index/c-index-api-loadTU-test.m Tue Oct  5 09:58:05 2010
@@ -28,7 +28,7 @@
 
 @protocol SubP <Proto>
 - spMethod;
- at endxb
+ at end
 
 @interface Baz : Bar <SubP>
 {





More information about the cfe-commits mailing list