diff options
author | hobbs <hobbs@noemail.net> | 2002-04-12 09:18:52 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2002-04-12 09:18:52 (GMT) |
commit | a553ff022c6742d6058083531843810c718168e4 (patch) | |
tree | 954cfd07c4e0236c2b218a8068c24a880b1baa15 /tests | |
parent | c60adb3b4ec5d68bcbb0cefd5c742d3e74816a0d (diff) | |
download | tk-a553ff022c6742d6058083531843810c718168e4.zip tk-a553ff022c6742d6058083531843810c718168e4.tar.gz tk-a553ff022c6742d6058083531843810c718168e4.tar.bz2 |
remove eof whitespace
FossilOrigin-Name: ee96a036d512cf596c017133e4b28fb770dc04ab
Diffstat (limited to 'tests')
-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 - - - - - - - - - - - - - |