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 | b58514e613323d3907ba67a3279cacd37c673059 (patch) | |
tree | 07711c30b852cb6a36564986680113211c9a3d1c /clang/tools/c-index-test/c-index-test.c | |
parent | 64ecc468bd6b12cc2a406fe44ec8964320466c75 (diff) | |
download | bcm5719-llvm-b58514e613323d3907ba67a3279cacd37c673059.tar.gz bcm5719-llvm-b58514e613323d3907ba67a3279cacd37c673059.zip |
Add FileCheck prefix to another location in the output of c-index-test.
llvm-svn: 92890
Diffstat (limited to 'clang/tools/c-index-test/c-index-test.c')
-rw-r--r-- | clang/tools/c-index-test/c-index-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/c-index-test/c-index-test.c b/clang/tools/c-index-test/c-index-test.c index f93c1f5ee9f..8e84554e0b2 100644 --- a/clang/tools/c-index-test/c-index-test.c +++ b/clang/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} ", |