From 102f05abcb301f5a1deac2bbab51b86507b1efa4 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. llvm-svn: 34248 --- llvm/docs/DeveloperPolicy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index d76720927adb..8936d575d6ce 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/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