diff options
author | rjohnson <rjohnson@noemail.net> | 1999-04-21 21:53:19 (GMT) |
---|---|---|
committer | rjohnson <rjohnson@noemail.net> | 1999-04-21 21:53:19 (GMT) |
commit | a45692a324ea5650ef3362dd3e983c93ff1ec16d (patch) | |
tree | 8cccda69f9eed39178211bfcc3361f6d2b711f24 /tests/all.tcl | |
parent | a06bfaec7f04ac6c3abeda1b7bf1a3bba413fb05 (diff) | |
download | tk-a45692a324ea5650ef3362dd3e983c93ff1ec16d.zip tk-a45692a324ea5650ef3362dd3e983c93ff1ec16d.tar.gz tk-a45692a324ea5650ef3362dd3e983c93ff1ec16d.tar.bz2 |
Merged 8-1-0 into mainline.
FossilOrigin-Name: 0447cf267ea555fcba90be565b63fc310b3d0afb
Diffstat (limited to 'tests/all.tcl')
-rw-r--r-- | tests/all.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.tcl b/tests/all.tcl index 208ca5a..5e77969 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: all.tcl,v 1.3 1999/04/19 23:54:56 hershey Exp $ +# RCS: @(#) $Id: all.tcl,v 1.4 1999/04/21 21:53:29 rjohnson Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] |