From 4e2fb7b8299dd9e97e7d93fc58509eccdfccd48a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 13 Feb 2007 09:11:33 +0000 Subject: [PATCH] Fix an HTML validation error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34237 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/DeveloperPolicy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1