aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-08 09:46:33 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-08 09:46:33 +0000
commit4ee17acbf765e75d77fe12f2eaa7867d5c17e4d7 (patch)
tree0074f88ef9f257b82d80871751acfa46e5e1632a
parentc9132b697cff37f2918f9501b8ee2262b0bc6f03 (diff)
Revert unintentional change to this file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86455 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/c-index-test/c-index-test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/c-index-test/c-index-test.c b/tools/c-index-test/c-index-test.c
index cc4080e388..82653357b1 100644
--- a/tools/c-index-test/c-index-test.c
+++ b/tools/c-index-test/c-index-test.c
@@ -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++;
}