diff options
author | rjohnson <rjohnson> | 1999-07-08 03:08:03 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1999-07-08 03:08:03 (GMT) |
commit | e913966033a3f93e9ceaa2ca7990082a13f475a2 (patch) | |
tree | 65e59ab649c0be5c1c193be33966bfb8cb4d1eb3 | |
parent | 1d5f32d6e963a738e0272039e6385ff8ad0d069c (diff) | |
download | tcl-e913966033a3f93e9ceaa2ca7990082a13f475a2.zip tcl-e913966033a3f93e9ceaa2ca7990082a13f475a2.tar.gz tcl-e913966033a3f93e9ceaa2ca7990082a13f475a2.tar.bz2 |
Fixed bug in test suite - remember to update tests when
changing features!!!
-rw-r--r-- | tests/platform.test | 1 |
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 |