From: Reid Spencer Date: Tue, 13 Feb 2007 20:57:57 +0000 (+0000) Subject: Add missing closing parenthesis. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4060296cf8b8126beeab2167da7be840cc75b0f4;p=oota-llvm.git Add missing closing parenthesis. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34248 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index d76720927ad..8936d575d6c 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -273,7 +273,7 @@
  • All feature and regression test cases must be added to the llvm/test directory. The appropriate sub-directory should be selected (see the Testing Guide for - details.
  • + details).
  • Test cases should be written in LLVM assembly language unless the feature or regression being tested requires another language.
  • Test cases, especially for regressions, should be as reduced as