diff options
-rw-r--r-- | docs/TestingGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index d4ce6fd490..b279405103 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 |