diff options
author | ericm <ericm> | 2000-04-10 17:18:56 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-10 17:18:56 (GMT) |
commit | dd3bd47b3e259bcbd083fee3ead4d13fe828a22b (patch) | |
tree | 983c7432914b67e3fad4b57bb5d8711abad03cb0 /tests/platform.test | |
parent | cedc2a01a4ac1c51e93fddd5049122b73f42894e (diff) | |
download | tcl-dd3bd47b3e259bcbd083fee3ead4d13fe828a22b.zip tcl-dd3bd47b3e259bcbd083fee3ead4d13fe828a22b.tar.gz tcl-dd3bd47b3e259bcbd083fee3ead4d13fe828a22b.tar.bz2 |
* tests/*.test: Changed all occurances of "namespace import
::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
Diffstat (limited to 'tests/platform.test')
-rw-r--r-- | tests/platform.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform.test b/tests/platform.test index 30188f1..9c7dec5 100644 --- a/tests/platform.test +++ b/tests/platform.test @@ -13,7 +13,7 @@ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest - namespace import ::tcltest::* + namespace import -force ::tcltest::* } test platform-1.1 {TclpSetVariables: tcl_platform} { |