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 | 94ffc292c6ca398bd9e2113dd9b791410bb7c5e9 (patch) | |
tree | c9eb77d0ce380f6df0f541196e8b9c3b84a9e840 /llvm/docs/CommandGuide | |
parent | 1c63ea61cf8ec6d5dda9302422f0b68c932f6599 (diff) | |
download | bcm5719-llvm-94ffc292c6ca398bd9e2113dd9b791410bb7c5e9.tar.gz bcm5719-llvm-94ffc292c6ca398bd9e2113dd9b791410bb7c5e9.zip |
Test commit.
llvm-svn: 103479
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/lit.pod b/llvm/docs/CommandGuide/lit.pod index 72d9d2b394f..989a5d7acb5 100644 --- a/llvm/docs/CommandGuide/lit.pod +++ b/llvm/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 |