Fix an HTML validation error.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34237 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-02-13 09:11:33 +00:00
parent bb15b1c798
commit 4e2fb7b829

View File

@ -278,7 +278,7 @@
feature or regression being tested requires another language.</li>
<li>Test cases, especially for regressions, should be as reduced as
possible, preferably by
<a href=CommandGuide/html/bugpoint.html>bugpoint</a>. It is unacceptable
<a href="CommandGuide/html/bugpoint.html">bugpoint</a>. It is unacceptable
to place an entire failing program into <tt>llvm/test</tt> as this creates
a <i>time-to-test</i> burden on all developers. Keep them short!</li>
<li>More extensive test cases (applications, benchmarks, etc.) should be