diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index d4ce6fd49038..b279405103e5 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -697,7 +697,7 @@ directory to run them.

  • 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.:

    + run llvm-test:

     % cd $LLVM_OBJ_ROOT ; $LLVM_SRC_ROOT/configure --with-llvmgccdir=$LLVM_GCC_DIR