fix for PR1476
[oota-llvm.git] / docs / TestingGuide.html
index ae2643fe4e83daae5b7c0a2fc1b5a522904af1e0..0a8342d374f29d5a1a2ae47e6e4e6a5a358d4c0e 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>