diff options
Diffstat (limited to 'tests/basic.test')
-rw-r--r-- | tests/basic.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic.test b/tests/basic.test index c45a763..c25ef2b 100644 --- a/tests/basic.test +++ b/tests/basic.test @@ -15,7 +15,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: basic.test,v 1.25 2003/02/16 01:36:32 msofer Exp $ +# RCS: @(#) $Id: basic.test,v 1.26 2003/03/04 23:46:10 dgp Exp $ # package require tcltest 2 @@ -28,7 +28,7 @@ testConstraint exec [llength [info commands exec]] # This variable needs to be changed when the major or minor version number for # Tcl changes. -set tclvers 8.4 +set tclvers 8.5 catch {namespace delete test_ns_basic} catch {interp delete test_interp} |