From 371d7b0610fe770de59ef32f502166c09cbe8f83 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sun, 5 Feb 2012 09:21:25 +0000 Subject: [PATCH] Add missing paren git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149817 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/lit.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod index ba22c95e994..1e9b41a9f12 100644 --- a/docs/CommandGuide/lit.pod +++ b/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 identifies test suites as directories containing I or -I files (see also B<--config-prefix>. Test suites are initially +I 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.