diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-05-18 18:07:16 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-05-18 18:07:16 +0000 |
commit | 55756e0d6d282cfbfed38cc0b1a6834c69f1fb34 (patch) | |
tree | 11a3839d0d5b55c5fa582c4f9bc2370fe26bb205 /docs/TestingGuide.html | |
parent | 3e410c6607192bbf28ba3708245cb70a0f983556 (diff) |
Correct typos in TestingGuide.html
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131546 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.html')
-rw-r--r-- | docs/TestingGuide.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 12b29c9b36..b4fa672976 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -365,8 +365,8 @@ clang/test directory. </p> 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 |