fix for PR1476

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167535 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Pawel Wodnicki 2012-11-07 16:56:52 +00:00
parent 7846c1c851
commit d36e8e8b73

View File

@ -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>