[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html
Reid Spencer
reid at x10sys.com
Tue Feb 13 01:11:49 PST 2007
Changes in directory llvm/docs:
DeveloperPolicy.html updated: 1.2 -> 1.3
---
Log message:
Fix an HTML validation error.
---
Diffs of the changes: (+2 -2)
DeveloperPolicy.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/DeveloperPolicy.html
diff -u llvm/docs/DeveloperPolicy.html:1.2 llvm/docs/DeveloperPolicy.html:1.3
--- llvm/docs/DeveloperPolicy.html:1.2 Tue Feb 13 03:09:20 2007
+++ llvm/docs/DeveloperPolicy.html Tue Feb 13 03:11:33 2007
@@ -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
@@ -430,7 +430,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
Written By: <a href="mailto:oversight at llvm.org">LLVM Oversight Group</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/02/13 09:09:20 $
+ Last modified: $Date: 2007/02/13 09:11:33 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list