1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Add missing closing parenthesis.

llvm-svn: 34248
This commit is contained in:
Reid Spencer 2007-02-13 20:57:57 +00:00
parent 656f6a6fdd
commit 70950fb111

View File

@ -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