From: Chris Lattner Date: Mon, 19 Feb 2007 06:57:46 +0000 (+0000) Subject: fix validation X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=64113a5b961808a796999a378e6587e3f79b2634;p=oota-llvm.git fix validation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34414 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index dd1742b383a..b0820a89cc5 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -171,7 +171,7 @@ only. More extensive test cases (e.g., entire applications, benchmarks, etc) should be added to the llvm-test test suite. The llvm-test suite is for coverage (correctness, performance, etc) testing, not feature - or regression testing. + or regression testing.