diff options
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r-- | docs/DeveloperPolicy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index cb2fcbc68c..78c0fb9a38 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 |