diff options
author | hobbs <hobbs> | 2002-04-12 09:18:52 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-04-12 09:18:52 (GMT) |
commit | 6878b906e284b2d1f15e6875a9ab0bb4bdf544ca (patch) | |
tree | 954cfd07c4e0236c2b218a8068c24a880b1baa15 | |
parent | c4174b25a5cdb591a464cc356e2e7315f4566217 (diff) | |
download | tk-6878b906e284b2d1f15e6875a9ab0bb4bdf544ca.zip tk-6878b906e284b2d1f15e6875a9ab0bb4bdf544ca.tar.gz tk-6878b906e284b2d1f15e6875a9ab0bb4bdf544ca.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 0dc8c6d..f6dee92 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: all.tcl,v 1.5 2002/04/10 19:56:50 hobbs Exp $ +# RCS: @(#) $Id: all.tcl,v 1.6 2002/04/12 09:18:52 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -65,16 +65,3 @@ foreach file [lsort $fileList] { puts stdout "\nTests ended at [eval $timeCmd]" ::tcltest::cleanupTests 1 return - - - - - - - - - - - - - |