diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-21 06:30:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-21 06:30:36 (GMT) |
commit | e7c9d9a1d8f8fd9f49b5c4e0a26b841b967fc455 (patch) | |
tree | 70fdfa3a1ea326eeb63f930d0891a2d674c91b68 /tests/namespace.test | |
parent | 98f0d1a3406ed99293cd6bb505ccd29063208ce5 (diff) | |
download | tcl-e7c9d9a1d8f8fd9f49b5c4e0a26b841b967fc455.zip tcl-e7c9d9a1d8f8fd9f49b5c4e0a26b841b967fc455.tar.gz tcl-e7c9d9a1d8f8fd9f49b5c4e0a26b841b967fc455.tar.bz2 |
Merge updates from 8.5b3 release
Diffstat (limited to 'tests/namespace.test')
-rw-r--r-- | tests/namespace.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/namespace.test b/tests/namespace.test index 3ea7f3e..0fe16d3 100644 --- a/tests/namespace.test +++ b/tests/namespace.test @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: namespace.test,v 1.66.2.2 2007/09/10 03:06:47 dgp Exp $ +# RCS: @(#) $Id: namespace.test,v 1.66.2.3 2007/11/21 06:30:57 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -174,7 +174,7 @@ test namespace-7.7 {Bug 1655305} -setup { interp create slave # Can't invoke through the ensemble, since deleting the global namespace # (indirectly, via deleting ::tcl) deletes the ensemble. - slave eval {rename ::tcl::Info_commands ::infocommands} + slave eval {rename ::tcl::info::commands ::infocommands} slave hide infocommands slave eval { proc foo {} { |