[llvm-commits] [llvm] r149817 - /llvm/trunk/docs/CommandGuide/lit.pod
Eli Bendersky
eli.bendersky at intel.com
Sun Feb 5 01:21:25 PST 2012
Author: eliben
Date: Sun Feb 5 03:21:25 2012
New Revision: 149817
URL: http://llvm.org/viewvc/llvm-project?rev=149817&view=rev
Log:
Add missing paren
Modified:
llvm/trunk/docs/CommandGuide/lit.pod
Modified: llvm/trunk/docs/CommandGuide/lit.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lit.pod?rev=149817&r1=149816&r2=149817&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/lit.pod (original)
+++ llvm/trunk/docs/CommandGuide/lit.pod Sun Feb 5 03:21:25 2012
@@ -247,7 +247,7 @@
logic for finding those tests, and any additional information to run the tests.
B<lit> identifies test suites as directories containing I<lit.cfg> or
-I<lit.site.cfg> files (see also B<--config-prefix>. Test suites are initially
+I<lit.site.cfg> files (see also B<--config-prefix>). Test suites are initially
discovered by recursively searching up the directory hierarchy for all the input
files passed on the command line. You can use B<--show-suites> to display the
discovered test suites at startup.
More information about the llvm-commits
mailing list