[llvm-commits] [llvm] r131546 - /llvm/trunk/docs/TestingGuide.html
Chad Rosier
mcrosier at apple.com
Wed May 18 11:07:16 PDT 2011
Author: mcrosier
Date: Wed May 18 13:07:16 2011
New Revision: 131546
URL: http://llvm.org/viewvc/llvm-project?rev=131546&view=rev
Log:
Correct typos in TestingGuide.html
Modified:
llvm/trunk/docs/TestingGuide.html
Modified: llvm/trunk/docs/TestingGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.html?rev=131546&r1=131545&r2=131546&view=diff
==============================================================================
--- llvm/trunk/docs/TestingGuide.html (original)
+++ llvm/trunk/docs/TestingGuide.html Wed May 18 13:07:16 2011
@@ -365,8 +365,8 @@
obtained by using Tcl's glob command. Any directory that contains only
directories does not need the <tt>dg.exp</tt> file.</p>
- <p>The <tt>llvm-runtests</tt> function lookas at each file that is passed to
- it and gathers any lines together that match "RUN:". This are the "RUN" lines
+ <p>The <tt>llvm-runtests</tt> function looks at each file that is passed to
+ it and gathers any lines together that match "RUN:". These are the "RUN" lines
that specify how the test is to be run. So, each test script must contain
RUN lines if it is to do anything. If there are no RUN lines, the
<tt>llvm-runtests</tt> function will issue an error and the test will
More information about the llvm-commits
mailing list