summaryrefslogtreecommitdiffstats
path: root/tests/platform.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-11 20:34:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-11 20:34:07 (GMT)
commit9d4179718912cd5ef32f406e874276806b726f8d (patch)
tree020db13467ebfca10c4f307cd55644e9f167a694 /tests/platform.test
parente213e8f1ae973b67d7477c68cae573a9f4badd62 (diff)
parentde998ed83562aa3d55567d0eed70ee1c44d594a2 (diff)
downloadtcl-9d4179718912cd5ef32f406e874276806b726f8d.zip
tcl-9d4179718912cd5ef32f406e874276806b726f8d.tar.gz
tcl-9d4179718912cd5ef32f406e874276806b726f8d.tar.bz2
[Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation
Diffstat (limited to 'tests/platform.test')
-rw-r--r--tests/platform.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/platform.test b/tests/platform.test
index 8cb8dcd..33c96ba 100644
--- a/tests/platform.test
+++ b/tests/platform.test
@@ -18,8 +18,6 @@ testConstraint testWinCPUID [llength [info commands testwincpuid]]
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