OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae4f99d
)
Add missing closing parenthesis.
author
Reid Spencer
<rspencer@reidspencer.com>
Tue, 13 Feb 2007 20:57:57 +0000
(20:57 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Tue, 13 Feb 2007 20:57:57 +0000
(20:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34248
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/DeveloperPolicy.html
patch
|
blob
|
history
diff --git
a/docs/DeveloperPolicy.html
b/docs/DeveloperPolicy.html
index
d767209
..
8936d57
100644
(file)
--- 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