From 38fb5bbaccb43abebf1394905f142a0efde42729 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Wed, 18 May 2011 18:07:16 +0000 Subject: [PATCH] Correct typos in TestingGuide.html llvm-svn: 131546 --- llvm/docs/TestingGuide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 12b29c9b36d5..b4fa672976d9 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -365,8 +365,8 @@ clang/test directory.

obtained by using Tcl's glob command. Any directory that contains only directories does not need the dg.exp file.

-

The llvm-runtests function lookas at each file that is passed to - it and gathers any lines together that match "RUN:". This are the "RUN" lines +

The llvm-runtests 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 llvm-runtests function will issue an error and the test will