[llvm-commits] [llvm] r44391 - /llvm/trunk/docs/TestingGuide.html
Tanya Lattner
tonic at nondot.org
Tue Nov 27 21:14:49 PST 2007
Author: tbrethou
Date: Tue Nov 27 23:14:49 2007
New Revision: 44391
URL: http://llvm.org/viewvc/llvm-project?rev=44391&view=rev
Log:
Fix typo
Modified:
llvm/trunk/docs/TestingGuide.html
Modified: llvm/trunk/docs/TestingGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.html?rev=44391&r1=44390&r2=44391&view=diff
==============================================================================
--- llvm/trunk/docs/TestingGuide.html (original)
+++ llvm/trunk/docs/TestingGuide.html Tue Nov 27 23:14:49 2007
@@ -697,7 +697,7 @@
<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
More information about the llvm-commits
mailing list