From: Pawel Wodnicki Date: Wed, 7 Nov 2012 16:56:52 +0000 (+0000) Subject: fix for PR1476 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d36e8e8b73f463218f10d45eebbbb0dda5761fb2;p=oota-llvm.git fix for PR1476 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167535 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index ae2643fe4e8..0a8342d374f 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -218,11 +218,11 @@ you can run the LLVM and Clang tests simultaneously using:

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:

+'Integer/BitPacked.ll' test by itself you can run:

-% llvm-lit ~/llvm/test/Integer/BitCast.ll 
+% llvm-lit ~/llvm/test/Integer/BitPackeD.ll