diff options
-rw-r--r-- | llvm/docs/TestingGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 0a8342d374f..d90c8ad1c32 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -222,7 +222,7 @@ script which is built as part of LLVM. For example, to run the <div class="doc_code"> <pre> -% llvm-lit ~/llvm/test/Integer/BitPackeD.ll +% llvm-lit ~/llvm/test/Integer/BitPacked.ll </pre> </div> |