summaryrefslogtreecommitdiffstats
path: root/docs/DeveloperPolicy.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-13 09:11:33 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-13 09:11:33 +0000
commit4e2fb7b8299dd9e97e7d93fc58509eccdfccd48a (patch)
treec2a3abf5e55705089634492638f49cfef1e251aa /docs/DeveloperPolicy.html
parentbb15b1c798ed3611e849028cbfcfd117bf2a9921 (diff)
downloadexternal_llvm-4e2fb7b8299dd9e97e7d93fc58509eccdfccd48a.zip
external_llvm-4e2fb7b8299dd9e97e7d93fc58509eccdfccd48a.tar.gz
external_llvm-4e2fb7b8299dd9e97e7d93fc58509eccdfccd48a.tar.bz2
Fix an HTML validation error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34237 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r--docs/DeveloperPolicy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index cb2fcbc..78c0fb9 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -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