diff options
| author | DeForest Richards <d4m1887@gmail.com> | 2019-08-18 19:07:10 +0000 |
|---|---|---|
| committer | DeForest Richards <d4m1887@gmail.com> | 2019-08-18 19:07:10 +0000 |
| commit | c944438dfdbd6de9785f4652244e80d194f40b92 (patch) | |
| tree | 4520b5e24508c3f5d41de2158f13b1b2fa39e40f /llvm/docs | |
| parent | 9e074c06fe08c6b2da3d119c7aa7e6724a8d13ab (diff) | |
| download | bcm5719-llvm-c944438dfdbd6de9785f4652244e80d194f40b92.tar.gz bcm5719-llvm-c944438dfdbd6de9785f4652244e80d194f40b92.zip | |
[Docs] Test commit
Fixes typo - Removes extra space between last word of sentence and period.
llvm-svn: 369216
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/TestingGuide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst index fed9a6bfcab..f147a9fbd7a 100644 --- a/llvm/docs/TestingGuide.rst +++ b/llvm/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 |

