fix for PR1476

llvm-svn: 167535
This commit is contained in:
Pawel Wodnicki 2012-11-07 16:56:52 +00:00
parent ce803f6e26
commit 7726740413

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>