summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitdd2b902969114fd104153765e90eec544e18582f (patch)
tree2dcca266787b6efca65dd7cee9f3ddd68e6fdd6c /llvm/docs/DeveloperPolicy.html
parentb2c3d78bd915305267394e9a49b1548fb079220e (diff)
downloadbcm5719-llvm-dd2b902969114fd104153765e90eec544e18582f.tar.gz
bcm5719-llvm-dd2b902969114fd104153765e90eec544e18582f.zip
Fix an HTML validation error.
llvm-svn: 34237
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
-rw-r--r--llvm/docs/DeveloperPolicy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html
index cb2fcbc68ca..78c0fb9a381 100644
--- a/llvm/docs/DeveloperPolicy.html
+++ b/llvm/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
OpenPOWER on IntegriCloud