[llvm-branch-commits] [cfe-branch] r115674 - /cfe/branches/Apple/whitney/test/Index/c-index-api-loadTU-test.m
Daniel Dunbar
daniel at zuster.org
Tue Oct 5 13:55:37 PDT 2010
Author: ddunbar
Date: Tue Oct 5 15:55:37 2010
New Revision: 115674
URL: http://llvm.org/viewvc/llvm-project?rev=115674&view=rev
Log:
Merge r115618:
--
Author: Douglas Gregor <dgregor at apple.com>
Date: Tue Oct 5 14:58:05 2010 +0000
Remove a rogue typo
Modified:
cfe/branches/Apple/whitney/test/Index/c-index-api-loadTU-test.m
Modified: cfe/branches/Apple/whitney/test/Index/c-index-api-loadTU-test.m
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney/test/Index/c-index-api-loadTU-test.m?rev=115674&r1=115673&r2=115674&view=diff
==============================================================================
--- cfe/branches/Apple/whitney/test/Index/c-index-api-loadTU-test.m (original)
+++ cfe/branches/Apple/whitney/test/Index/c-index-api-loadTU-test.m Tue Oct 5 15:55:37 2010
@@ -28,7 +28,7 @@
@protocol SubP <Proto>
- spMethod;
- at endxb
+ at end
@interface Baz : Bar <SubP>
{
More information about the llvm-branch-commits
mailing list