From e913966033a3f93e9ceaa2ca7990082a13f475a2 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Thu, 8 Jul 1999 03:08:03 +0000 Subject: Fixed bug in test suite - remember to update tests when changing features!!! --- tests/platform.test | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12