summaryrefslogtreecommitdiff
path: root/docs/DeveloperPolicy.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-13 20:57:57 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-13 20:57:57 +0000
commit4060296cf8b8126beeab2167da7be840cc75b0f4 (patch)
tree79b2bf9e8eb9bd94383e6c437ecf753216fa0aac /docs/DeveloperPolicy.html
parentae4f99d8430f06cfbc316f231e404201d288ef94 (diff)
downloadllvm-4060296cf8b8126beeab2167da7be840cc75b0f4.tar.gz
llvm-4060296cf8b8126beeab2167da7be840cc75b0f4.tar.bz2
llvm-4060296cf8b8126beeab2167da7be840cc75b0f4.tar.xz
Add missing closing parenthesis.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34248 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r--docs/DeveloperPolicy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index d76720927a..8936d575d6 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -273,7 +273,7 @@
<li>All feature and regression test cases must be added to the
<tt>llvm/test</tt> directory. The appropriate sub-directory should be
selected (see the <a href="TestingGuide.html">Testing Guide</a> for
- details.</li>
+ details).</li>
<li>Test cases should be written in LLVM assembly language unless the
feature or regression being tested requires another language.</li>
<li>Test cases, especially for regressions, should be as reduced as