From: Ted Kremenek Date: Thu, 7 Jan 2010 01:17:12 +0000 (+0000) Subject: Add FileCheck prefix to another location in the output of c-index-test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9096a20fc0fd799911b738ce7a9134dbacaf64b7;p=clang Add FileCheck prefix to another location in the output of c-index-test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92890 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/c-index-test/c-index-test.c b/tools/c-index-test/c-index-test.c index f93c1f5ee9..8e84554e0b 100644 --- a/tools/c-index-test/c-index-test.c +++ b/tools/c-index-test/c-index-test.c @@ -229,7 +229,7 @@ static void print_cursor_file_scan(CXCursor cursor, unsigned start_line, unsigned start_col, unsigned end_line, unsigned end_col, const char *prefix) { - printf("// CHECK"); + printf("// %s: ", FileCheckPrefix); if (prefix) printf("-%s", prefix); printf("{start_line=%d start_col=%d end_line=%d end_col=%d} ",