]> granicus.if.org Git - clang/commitdiff
Revert unintentional change to this file.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 8 Nov 2009 09:46:33 +0000 (09:46 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 8 Nov 2009 09:46:33 +0000 (09:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86455 91177308-0d34-0410-b5e6-96231b3b80d8

tools/c-index-test/c-index-test.c

index cc4080e388b5e775c1d64d22c71109b0ef262c00..82653357b10f83747ae53483455bc9a036e4f9e0 100644 (file)
@@ -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 @@ static void TranslationUnitVisitor(CXTranslationUnit Unit, CXCursor Cursor,
             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++;
         }