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

Chandler Carruth chandlerc at gmail.com
Wed Jul 21 23:29:13 PDT 2010


Author: chandlerc
Date: Thu Jul 22 01:29:13 2010
New Revision: 109085

URL: http://llvm.org/viewvc/llvm-project?rev=109085&view=rev
Log:
This was still complaining about the length of the string. I've broken it here
to try to keep as much logical grouping as possible.

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=109085&r1=109084&r2=109085&view=diff
==============================================================================
--- cfe/trunk/tools/c-index-test/c-index-test.c (original)
+++ cfe/trunk/tools/c-index-test/c-index-test.c Thu Jul 22 01:29:13 2010
@@ -1279,7 +1279,8 @@
     "       c-index-test -test-inclusion-stack-tu <AST file>\n"
     "       c-index-test -test-print-linkage-source {<args>}*\n"
     "       c-index-test -test-print-typekind {<args>}*\n"
-    "       c-index-test -print-usr [<CursorKind> {<args>}]*\n"
+    "       c-index-test -print-usr [<CursorKind> {<args>}]*\n");
+  fprintf(stderr,
     "       c-index-test -print-usr-file <file>\n\n");
   fprintf(stderr,
     " <symbol filter> values:\n%s",





More information about the cfe-commits mailing list