diff options
author | Eli Bendersky <eli.bendersky@intel.com> | 2012-02-05 09:21:25 +0000 |
---|---|---|
committer | Eli Bendersky <eli.bendersky@intel.com> | 2012-02-05 09:21:25 +0000 |
commit | cf65eff7a527b8569da35e884e402429e17132ac (patch) | |
tree | 334dad5276111bf07783b2b5a3506c7781f61263 /llvm/docs/CommandGuide | |
parent | ee4dab5f1f7a0c32167b8b91c5733e77d4d88dcc (diff) | |
download | bcm5719-llvm-cf65eff7a527b8569da35e884e402429e17132ac.tar.gz bcm5719-llvm-cf65eff7a527b8569da35e884e402429e17132ac.zip |
Add missing paren
llvm-svn: 149817
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/lit.pod b/llvm/docs/CommandGuide/lit.pod index ba22c95e994..1e9b41a9f12 100644 --- a/llvm/docs/CommandGuide/lit.pod +++ b/llvm/docs/CommandGuide/lit.pod @@ -247,7 +247,7 @@ suite>. Test suites serve to define the format of the tests they contain, the 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. |