From e3f75a3979072186a468951a82dfbba6436a0cd2 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 3 Nov 2010 08:16:50 +0000 Subject: Fix typo, pointed out by Trevor Harmon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118163 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TestingGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 3cbcd1ad7f..608c6defc8 100644 --- a/docs/TestingGuide.html +++ b/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. -- cgit v1.2.3