aboutsummaryrefslogtreecommitdiffstats
path: root/docs/TestingGuide.html
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2007-11-28 05:14:49 +0000
committerTanya Lattner <tonic@nondot.org>2007-11-28 05:14:49 +0000
commitd00e66c79e010aa2f212afb868eb1b6d47111c12 (patch)
treed5cf44b3f7cdb0b0fcabd9f6cdc0724e9aac9b53 /docs/TestingGuide.html
parent0da51e8f58e44dd993295e109581723d947145a9 (diff)
downloadexternal_llvm-d00e66c79e010aa2f212afb868eb1b6d47111c12.zip
external_llvm-d00e66c79e010aa2f212afb868eb1b6d47111c12.tar.gz
external_llvm-d00e66c79e010aa2f212afb868eb1b6d47111c12.tar.bz2
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.html')
-rw-r--r--docs/TestingGuide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index d4ce6fd..b279405 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -697,7 +697,7 @@ directory to run them.</p>
<li><p>Configure the test suite using llvm configure. This will automatically configure llvm-test.
You must do it from the top level otherwise llvm-gcc will not be set which is required to
- run llvm-test.:</p>
+ run llvm-test:</p>
<div class="doc_code">
<pre>
% cd $LLVM_OBJ_ROOT ; $LLVM_SRC_ROOT/configure --with-llvmgccdir=$LLVM_GCC_DIR