diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-09 09:51:57 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-09 09:51:57 +0000 |
commit | 6bd36d56e4a6b9987eb7f9877b56f65867599892 (patch) | |
tree | d1198904701383351230d4c0dcfc3e14acfe5268 /llvm/docs/TestingGuide.html | |
parent | 9cca0715aa9b8d49e55b8ba17d5e97cd5e8951d5 (diff) | |
download | bcm5719-llvm-6bd36d56e4a6b9987eb7f9877b56f65867599892.tar.gz bcm5719-llvm-6bd36d56e4a6b9987eb7f9877b56f65867599892.zip |
docs/*.html: Make W3C HTML 4.01 Strict more compliant.
FIXME: The logo handling in ReleaseNotes.html
llvm-svn: 129208
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r-- | llvm/docs/TestingGuide.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 051772ec62c..5886c85242c 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -295,6 +295,7 @@ that subdirectory.</p> <div class="doc_subsection"><a name="quickdebuginfotests">Debugging Information tests</a></div> <!-- _______________________________________________________________________ --> +<div class="doc_text"> <p> To run debugging information tests simply checkout the tests inside clang/test directory. </p> |