diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-01-07 01:17:12 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-01-07 01:17:12 +0000 |
commit | 9096a20fc0fd799911b738ce7a9134dbacaf64b7 (patch) | |
tree | c0b970201efff805538e8b4c846e6f3d95038d1b /tools/c-index-test/c-index-test.c | |
parent | d488d9cfefc06373fc0f18ec334a5caa8d73e5c9 (diff) |
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
Diffstat (limited to 'tools/c-index-test/c-index-test.c')
-rw-r--r-- | tools/c-index-test/c-index-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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} ", |