diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-05-11 17:22:45 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-05-11 17:22:45 +0000 |
commit | c9d0c4e801f2bb1139423ea1606ed504b510abc1 (patch) | |
tree | 13df3e601a520d3535a616a1387060e0c806fb12 /docs/CommandGuide | |
parent | 10934e881d563dfeeea3a5f1bad0a71d7f62f421 (diff) |
Test commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/lit.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod index 72d9d2b394..989a5d7acb 100644 --- a/docs/CommandGuide/lit.pod +++ b/docs/CommandGuide/lit.pod @@ -253,8 +253,8 @@ files passed on the command line. You can use B<--show-suites> to display the discovered test suites at startup. Once a test suite is discovered, its config file is loaded. Config files -themselves are just Python modules which will be executed. When the config file -is executed, two important global variables are predefined: +themselves are Python modules which will be executed. When the config file is +executed, two important global variables are predefined: =over |