From: Reid Spencer Date: Tue, 13 Feb 2007 09:11:33 +0000 (+0000) Subject: Fix an HTML validation error. X-Git-Tag: android-x86-6.0-r1~1003^2~37271 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4e2fb7b8299dd9e97e7d93fc58509eccdfccd48a;p=android-x86%2Fexternal-llvm.git Fix an HTML validation error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34237 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index cb2fcbc68ca..78c0fb9a381 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -278,7 +278,7 @@ feature or regression being tested requires another language.
  • Test cases, especially for regressions, should be as reduced as possible, preferably by - bugpoint. It is unacceptable + bugpoint. It is unacceptable to place an entire failing program into llvm/test as this creates a time-to-test burden on all developers. Keep them short!
  • More extensive test cases (applications, benchmarks, etc.) should be