diff options
author | ericm <ericm> | 2000-07-31 18:03:50 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-07-31 18:03:50 (GMT) |
commit | 17cf10d104c7cd7e936cbab403f027b19d3ac265 (patch) | |
tree | 5ae6cad06d443b88874093c4d58f9913581a3487 | |
parent | 3d772a42366db3a24d6db9b00e80245fdf991bf1 (diff) | |
download | tcl-17cf10d104c7cd7e936cbab403f027b19d3ac265.zip tcl-17cf10d104c7cd7e936cbab403f027b19d3ac265.tar.gz tcl-17cf10d104c7cd7e936cbab403f027b19d3ac265.tar.bz2 |
Removed dead space at end of file.
-rw-r--r-- | tests/trace.test | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/trace.test b/tests/trace.test index 35494bc..f5d1d0f 100644 --- a/tests/trace.test +++ b/tests/trace.test @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: trace.test,v 1.6 2000/04/10 17:19:05 ericm Exp $ +# RCS: @(#) $Id: trace.test,v 1.7 2000/07/31 18:03:50 ericm Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -971,15 +971,3 @@ catch {unset y} # cleanup ::tcltest::cleanupTests return - - - - - - - - - - - - |