From 4060296cf8b8126beeab2167da7be840cc75b0f4 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 13 Feb 2007 20:57:57 +0000 Subject: [PATCH] Add missing closing parenthesis. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34248 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 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 -- 2.34.1