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 | d8697049e3435a3ac33d3994498fa44c949bbd77 (patch) | |
tree | 0db5a178d8410efbd4764be4af7f0937f830adbe /llvm/docs/TestingGuide.html | |
parent | 9a1b8935d6fd3b899b740a9ddfac6dd487daffc7 (diff) | |
download | bcm5719-llvm-d8697049e3435a3ac33d3994498fa44c949bbd77.tar.gz bcm5719-llvm-d8697049e3435a3ac33d3994498fa44c949bbd77.zip |
Fixed typo in Dejagnu section.
llvm-svn: 18642
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r-- | llvm/docs/TestingGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index b1e5059a687..b08d96c83bc 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/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 |