From faaeca28b6936b224c65001b73f6948f3a9be0b9 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Wed, 8 Dec 2004 17:37:21 +0000 Subject: [PATCH] Fixed typo in Dejagnu section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18642 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TestingGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index b1e5059a687..b08d96c83bc 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -291,7 +291,7 @@ the test.
%s
The test file.
-
$t
+
%t
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 -- 2.34.1