diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-12-08 17:37:21 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-12-08 17:37:21 +0000 |
commit | faaeca28b6936b224c65001b73f6948f3a9be0b9 (patch) | |
tree | 170710ca8f3f1b38f18eb794b0a869d02bd8c665 /docs/TestingGuide.html | |
parent | cc85da08f9fde9e81f2442c674a1d93c23357dc5 (diff) | |
download | external_llvm-faaeca28b6936b224c65001b73f6948f3a9be0b9.zip external_llvm-faaeca28b6936b224c65001b73f6948f3a9be0b9.tar.gz external_llvm-faaeca28b6936b224c65001b73f6948f3a9be0b9.tar.bz2 |
Fixed typo in Dejagnu section.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18642 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.html')
-rw-r--r-- | docs/TestingGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index b1e5059..b08d96c 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -291,7 +291,7 @@ the test.</dd> <dt>%s</dt> <dd>The test file.</dd> -<dt>$t</dt> +<dt>%t</dt> <dd>Temporary filename: testscript.test_filename.tmp, where test_filename is the name of the test file. All temporary files are placed in the Output directory within the directory the test is |