From 38b7c7e83ee67c8b0a30c097f21632d161a4a06f Mon Sep 17 00:00:00 2001 From: DeForest Richards Date: Sun, 18 Aug 2019 19:07:10 +0000 Subject: [PATCH] [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 --- docs/TestingGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1