diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-13 09:11:33 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-13 09:11:33 +0000 |
commit | dd2b902969114fd104153765e90eec544e18582f (patch) | |
tree | 2dcca266787b6efca65dd7cee9f3ddd68e6fdd6c /llvm/docs/DeveloperPolicy.html | |
parent | b2c3d78bd915305267394e9a49b1548fb079220e (diff) | |
download | bcm5719-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.html | 2 |
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 |