diff options
author | rjohnson <rjohnson> | 1998-10-06 19:12:06 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1998-10-06 19:12:06 (GMT) |
commit | c86d4bddaa7d89a33b993f176c96da01d32de990 (patch) | |
tree | 1447f866c358a2a31e357b8de396fb8028f2cd4c /tests | |
parent | 7a0266fc2a385695a20d43579b3c6951495a3b21 (diff) | |
download | tcl-c86d4bddaa7d89a33b993f176c96da01d32de990.zip tcl-c86d4bddaa7d89a33b993f176c96da01d32de990.tar.gz tcl-c86d4bddaa7d89a33b993f176c96da01d32de990.tar.bz2 |
Minor changes in test file & C style.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/autoMkindex.test | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/autoMkindex.test b/tests/autoMkindex.test index 6445614..c03fdae 100644 --- a/tests/autoMkindex.test +++ b/tests/autoMkindex.test @@ -8,7 +8,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: autoMkindex.test,v 1.2 1998/09/14 18:40:07 stanton Exp $ +# RCS: @(#) $Id: autoMkindex.test,v 1.3 1998/10/06 19:12:06 rjohnson Exp $ if {[string compare test [info procs test]] == 1} then {source defs} @@ -53,3 +53,9 @@ test autoMkindex-2.1 {commands on the autoload path can be imported} { interp delete $interp set final } "0 {} pub_one ::buried::pub_one pub_two ::buried::pub_two" + +# +# Clean up. +# + +catch {file delete tclIndex} |