summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPawel Wodnicki <pawel@32bitmicro.com>2012-11-07 16:56:52 +0000
committerPawel Wodnicki <pawel@32bitmicro.com>2012-11-07 16:56:52 +0000
commitd36e8e8b73f463218f10d45eebbbb0dda5761fb2 (patch)
treeb2da658c5cca4f95a62dd8d66ed547c32d0d51a8 /docs
parent7846c1c851a53a8280f9d8ed57cd98d82c742551 (diff)
downloadllvm-d36e8e8b73f463218f10d45eebbbb0dda5761fb2.tar.gz
llvm-d36e8e8b73f463218f10d45eebbbb0dda5761fb2.tar.bz2
llvm-d36e8e8b73f463218f10d45eebbbb0dda5761fb2.tar.xz
fix for PR1476
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167535 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/TestingGuide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index ae2643fe4e..0a8342d374 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -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>