diff options
Diffstat (limited to 'tests')
-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 - - - - - - - - - - - - |