[llvm-commits] CVS: llvm/docs/TestingGuide.html
Tanya Brethour
tbrethou at cs.uiuc.edu
Wed Dec 8 09:37:33 PST 2004
Changes in directory llvm/docs:
TestingGuide.html updated: 1.19 -> 1.20
---
Log message:
Fixed typo in Dejagnu section.
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.19 llvm/docs/TestingGuide.html:1.20
--- llvm/docs/TestingGuide.html:1.19 Wed Dec 8 11:35:31 2004
+++ llvm/docs/TestingGuide.html Wed Dec 8 11:37:21 2004
@@ -291,7 +291,7 @@
<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
@@ -511,7 +511,7 @@
John T. Criswell<br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br/>
- Last modified: $Date: 2004/12/08 17:35:31 $
+ Last modified: $Date: 2004/12/08 17:37:21 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list