diff options
author | dgp <dgp@users.sourceforge.net> | 2014-02-24 19:11:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-02-24 19:11:37 (GMT) |
commit | f55e244964812fe19d0d8cc3792bbe5ff0620506 (patch) | |
tree | 8ee2b75bfb1b58947e208256229af77f3f88e91d /tests | |
parent | d0f15c03d3f5385a24eea5b7b2cdc6f8d95a8933 (diff) | |
parent | 527d583d939f70450bc8b3db5077dd7d806c7c3e (diff) | |
download | tcl-f55e244964812fe19d0d8cc3792bbe5ff0620506.zip tcl-f55e244964812fe19d0d8cc3792bbe5ff0620506.tar.gz tcl-f55e244964812fe19d0d8cc3792bbe5ff0620506.tar.bz2 |
Merge the stricter binary mode experiment.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/namespace.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/namespace.test b/tests/namespace.test index b59e09e..71b6860 100644 --- a/tests/namespace.test +++ b/tests/namespace.test @@ -301,7 +301,7 @@ test namespace-9.4 {Tcl_Import, simple import} { } test_ns_import::p } {cmd1: 123} -test namespace-9.5 {Tcl_Import, can't redefine cmd unless allowOverwrite!=0} { +test namespace-9.5 {Tcl_Import, RFE 1230597} { list [catch {namespace eval test_ns_import {namespace import ::test_ns_export::*}} msg] $msg } {0 {}} test namespace-9.6 {Tcl_Import, cmd redefinition ok if allowOverwrite!=0} { |