[cfe-commits] r92890 - /cfe/trunk/tools/c-index-test/c-index-test.c

Ted Kremenek kremenek at apple.com
Wed Jan 6 17:17:13 PST 2010


Author: kremenek
Date: Wed Jan  6 19:17:12 2010
New Revision: 92890

URL: http://llvm.org/viewvc/llvm-project?rev=92890&view=rev
Log:
Add FileCheck prefix to another location in the output of c-index-test.

Modified:
    cfe/trunk/tools/c-index-test/c-index-test.c

Modified: cfe/trunk/tools/c-index-test/c-index-test.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/c-index-test/c-index-test.c?rev=92890&r1=92889&r2=92890&view=diff

==============================================================================
--- cfe/trunk/tools/c-index-test/c-index-test.c (original)
+++ cfe/trunk/tools/c-index-test/c-index-test.c Wed Jan  6 19:17:12 2010
@@ -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} ",





More information about the cfe-commits mailing list