[cfe-commits] r86455 - /cfe/trunk/tools/c-index-test/c-index-test.c

Daniel Dunbar daniel at zuster.org
Sun Nov 8 01:46:33 PST 2009


Author: ddunbar
Date: Sun Nov  8 03:46:33 2009
New Revision: 86455

URL: http://llvm.org/viewvc/llvm-project?rev=86455&view=rev
Log:
Revert unintentional change to this file.

Modified:
    cfe/trunk/tools/c-index-test/c-index-test.c

Modified: cfe/trunk/tools/c-index-test/c-index-test.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/c-index-test/c-index-test.c?rev=86455&r1=86454&r2=86455&view=diff

==============================================================================
--- cfe/trunk/tools/c-index-test/c-index-test.c (original)
+++ cfe/trunk/tools/c-index-test/c-index-test.c Sun Nov  8 03:46:33 2009
@@ -4,7 +4,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <assert.h>
 
 #ifdef _MSC_VER
 char *basename(const char* path)
@@ -87,7 +86,7 @@
             printf("// CHECK: %s:%d:%d: ", basename(clang_getCursorSource(Ref)),
                                              curLine, curColumn);
             PrintCursor(Ref);
-			printf(" [Context:%s]\n", clang_getDeclSpelling(Ref.decl));
+            printf(" [Context:%s]\n", clang_getDeclSpelling(Ref.decl));
           }
           startBuf++;
         }





More information about the cfe-commits mailing list