diff options
author | Pawel Wodnicki <pawel@32bitmicro.com> | 2012-11-07 16:56:52 +0000 |
---|---|---|
committer | Pawel Wodnicki <pawel@32bitmicro.com> | 2012-11-07 16:56:52 +0000 |
commit | 6d3a0a73eb7dffe966846738406ec592f0e38882 (patch) | |
tree | 77abc969704f6f9fac0ecd0d80629e1ada71771a /llvm/docs/TestingGuide.html | |
parent | 9a837be2b947946e6918bd81016e5f6d78af5f1c (diff) | |
download | bcm5719-llvm-6d3a0a73eb7dffe966846738406ec592f0e38882.tar.gz bcm5719-llvm-6d3a0a73eb7dffe966846738406ec592f0e38882.zip |
fix for PR1476
llvm-svn: 167535
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r-- | llvm/docs/TestingGuide.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index ae2643fe4e8..0a8342d374f 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -218,11 +218,11 @@ you can run the LLVM and Clang tests simultaneously using:</p> <p>To run individual tests or subsets of tests, you can use the 'llvm-lit' script which is built as part of LLVM. For example, to run the -'Integer/BitCast.ll' test by itself you can run:</p> +'Integer/BitPacked.ll' test by itself you can run:</p> <div class="doc_code"> <pre> -% llvm-lit ~/llvm/test/Integer/BitCast.ll +% llvm-lit ~/llvm/test/Integer/BitPackeD.ll </pre> </div> |