diff options
author | hobbs <hobbs> | 2002-04-12 06:34:46 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-04-12 06:34:46 (GMT) |
commit | 70b4cf33bf908d93140b250ae357db1b2ce8f135 (patch) | |
tree | bbc760e439b2b040ce136230458421f4ce9b974b | |
parent | cfdeb2bc6d6ab91ef1c66056769894782563c661 (diff) | |
download | tk-70b4cf33bf908d93140b250ae357db1b2ce8f135.zip tk-70b4cf33bf908d93140b250ae357db1b2ce8f135.tar.gz tk-70b4cf33bf908d93140b250ae357db1b2ce8f135.tar.bz2 |
remove eof whitespace
-rw-r--r-- | tests/all.tcl | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/all.tcl b/tests/all.tcl index 5e77969..b53ee6c 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.4 1999/04/21 21:53:29 rjohnson Exp $ +# RCS: @(#) $Id: all.tcl,v 1.4.12.1 2002/04/12 06:34:46 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -63,16 +63,3 @@ foreach file [lsort $fileList] { puts stdout "\nTests ended at [eval $timeCmd]" ::tcltest::cleanupTests 1 return - - - - - - - - - - - - - |