diff options
author | dkf <dkf@noemail.net> | 2009-11-27 07:27:52 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2009-11-27 07:27:52 (GMT) |
commit | d3aaa3f598423516a36c478a636110a6bfb600dd (patch) | |
tree | 81f89a0baff2063a9490f6517eae1f60a310e783 /tests | |
parent | 31453f30731c6c5a4c1ddc7ca6ffb0e5af3d5022 (diff) | |
download | tcl-d3aaa3f598423516a36c478a636110a6bfb600dd.zip tcl-d3aaa3f598423516a36c478a636110a6bfb600dd.tar.gz tcl-d3aaa3f598423516a36c478a636110a6bfb600dd.tar.bz2 |
Match the version-bump of TclOO.
FossilOrigin-Name: 5e375e282f35a54b55c1cf88628f39e314e2eb09
Diffstat (limited to 'tests')
-rw-r--r-- | tests/oo.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/oo.test b/tests/oo.test index b07b536..a0fbc55 100644 --- a/tests/oo.test +++ b/tests/oo.test @@ -7,9 +7,9 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: oo.test,v 1.32 2009/11/27 06:33:40 dkf Exp $ +# RCS: @(#) $Id: oo.test,v 1.33 2009/11/27 07:27:53 dkf Exp $ -package require TclOO 0.6.1 ;# Must match value in generic/tclOO.h +package require -exact TclOO 0.6.2 ;# Must match value in generic/tclOO.h if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 namespace import -force ::tcltest::* |