diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-27 07:27:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-27 07:27:52 (GMT) |
commit | a77a0e955053195556778cd3461fd96ded585a89 (patch) | |
tree | 81f89a0baff2063a9490f6517eae1f60a310e783 /tests | |
parent | 26dda484fe7ad621e71585270c0a3c914c5fb375 (diff) | |
download | tcl-a77a0e955053195556778cd3461fd96ded585a89.zip tcl-a77a0e955053195556778cd3461fd96ded585a89.tar.gz tcl-a77a0e955053195556778cd3461fd96ded585a89.tar.bz2 |
Match the version-bump of TclOO.
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::* |