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 f93c1f5..8e84554 100644
--- a/tools/c-index-test/c-index-test.c
+++ b/tools/c-index-test/c-index-test.c
@@ -229,7 +229,7 @@
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} ",