summaryrefslogtreecommitdiffstats
path: root/tests/platform.test
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1999-07-08 03:08:03 (GMT)
committerrjohnson <rjohnson>1999-07-08 03:08:03 (GMT)
commite913966033a3f93e9ceaa2ca7990082a13f475a2 (patch)
tree65e59ab649c0be5c1c193be33966bfb8cb4d1eb3 /tests/platform.test
parent1d5f32d6e963a738e0272039e6385ff8ad0d069c (diff)
downloadtcl-e913966033a3f93e9ceaa2ca7990082a13f475a2.zip
tcl-e913966033a3f93e9ceaa2ca7990082a13f475a2.tar.gz
tcl-e913966033a3f93e9ceaa2ca7990082a13f475a2.tar.bz2
Fixed bug in test suite - remember to update tests when
changing features!!!
Diffstat (limited to 'tests/platform.test')
-rw-r--r--tests/platform.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/platform.test b/tests/platform.test
index e8a69f8..30188f1 100644
--- a/tests/platform.test
+++ b/tests/platform.test
@@ -19,6 +19,7 @@ if {[lsearch [namespace children] ::tcltest] == -1} {
test platform-1.1 {TclpSetVariables: tcl_platform} {
interp create i
i eval {catch {unset tcl_platform(debug)}}
+ i eval {catch {unset tcl_platform(threaded)}}
set result [i eval {lsort [array names tcl_platform]}]
interp delete i
set result