From 8eb254aed60f8d08d38fbf8306a760309c7404cd Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 3 Nov 2010 08:16:50 +0000 Subject: [PATCH] Fix typo, pointed out by Trevor Harmon. llvm-svn: 118163 --- llvm/docs/TestingGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 3cbcd1ad7fdc..608c6defc889 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -153,7 +153,7 @@ generates code.

The more comprehensive test suite that includes whole programs in C and C++ is in the test-suite module. This module should be checked out to the llvm/projects directory (don't use another name -then the default "test-suite", for then the test suite will be run every time +than the default "test-suite", for then the test suite will be run every time you run make in the main llvm directory). When you configure the llvm module, the test-suite directory will be automatically configured.