diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-13 20:57:57 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-13 20:57:57 +0000 |
commit | 102f05abcb301f5a1deac2bbab51b86507b1efa4 (patch) | |
tree | 4200b4f875a66db354023ed1e2f9895cb1a89f30 /llvm/docs | |
parent | 2fbff4d2dc044091aef1511df0846e5732c5c694 (diff) | |
download | bcm5719-llvm-102f05abcb301f5a1deac2bbab51b86507b1efa4.tar.gz bcm5719-llvm-102f05abcb301f5a1deac2bbab51b86507b1efa4.zip |
Add missing closing parenthesis.
llvm-svn: 34248
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index d76720927ad..8936d575d6c 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/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 |