From: DeForest Richards Date: Sun, 18 Aug 2019 19:07:10 +0000 (+0000) Subject: [Docs] Test commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38b7c7e83ee67c8b0a30c097f21632d161a4a06f;p=llvm [Docs] Test commit Fixes typo - Removes extra space between last word of sentence and period. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369216 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst index fed9a6bfcab..f147a9fbd7a 100644 --- a/docs/TestingGuide.rst +++ b/docs/TestingGuide.rst @@ -92,7 +92,7 @@ The test are written in C based languages or in LLVM assembly language. These tests are compiled and run under a debugger. The debugger output is checked to validate of debugging information. See README.txt in the -test suite for more information . This test suite is located in the +test suite for more information. This test suite is located in the ``debuginfo-tests`` Subversion module. Quick start