[llvm-commits] [llvm] r167535 - /llvm/trunk/docs/TestingGuide.html

Pawel Wodnicki pawel at 32bitmicro.com
Wed Nov 7 08:56:52 PST 2012


Author: pawel
Date: Wed Nov  7 10:56:52 2012
New Revision: 167535

URL: http://llvm.org/viewvc/llvm-project?rev=167535&view=rev
Log:
fix for PR1476

Modified:
    llvm/trunk/docs/TestingGuide.html

Modified: llvm/trunk/docs/TestingGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.html?rev=167535&r1=167534&r2=167535&view=diff
==============================================================================
--- llvm/trunk/docs/TestingGuide.html (original)
+++ llvm/trunk/docs/TestingGuide.html Wed Nov  7 10:56:52 2012
@@ -218,11 +218,11 @@
 
 <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>
 





More information about the llvm-commits mailing list