diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-19 12:56:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-19 12:56:01 (GMT) |
commit | b5d4fc36dcbb112cdb51e6f4eaf9550785e60012 (patch) | |
tree | 79fe4bb16a139f2c31309e34575df920660a7cde | |
parent | 60527b86bc700ebbb6dc28928918ce206bd0c5ce (diff) | |
download | tcl-b5d4fc36dcbb112cdb51e6f4eaf9550785e60012.zip tcl-b5d4fc36dcbb112cdb51e6f4eaf9550785e60012.tar.gz tcl-b5d4fc36dcbb112cdb51e6f4eaf9550785e60012.tar.bz2 |
Remove trailing whitespace
-rw-r--r-- | tests/pkg.test | 14 | ||||
-rw-r--r-- | tests/proc-old.test | 14 |
2 files changed, 2 insertions, 26 deletions
diff --git a/tests/pkg.test b/tests/pkg.test index 73ccb75..97235f9 100644 --- a/tests/pkg.test +++ b/tests/pkg.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: pkg.test,v 1.11 2003/11/14 20:44:46 dgp Exp $ +# RCS: @(#) $Id: pkg.test,v 1.12 2004/05/19 12:56:01 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -652,15 +652,3 @@ cleanupTests interp delete $i ::tcltest::cleanupTests return - - - - - - - - - - - - diff --git a/tests/proc-old.test b/tests/proc-old.test index 81d20b6..8203601 100644 --- a/tests/proc-old.test +++ b/tests/proc-old.test @@ -14,7 +14,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: proc-old.test,v 1.11 2003/05/05 20:54:52 dgp Exp $ +# RCS: @(#) $Id: proc-old.test,v 1.12 2004/05/19 12:56:54 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -520,15 +520,3 @@ catch {rename t1 ""} catch {rename foo ""} ::tcltest::cleanupTests return - - - - - - - - - - - - |