diff options
Diffstat (limited to 'llvm/docs/TestingGuide.rst')
-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 |