fix for PR1476
authorPawel Wodnicki <pawel@32bitmicro.com>
Wed, 7 Nov 2012 16:56:52 +0000 (16:56 +0000)
committerPawel Wodnicki <pawel@32bitmicro.com>
Wed, 7 Nov 2012 16:56:52 +0000 (16:56 +0000)
llvm-svn: 167535

llvm/docs/TestingGuide.html

index ae2643f..0a8342d 100644 (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>