diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-11 20:34:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-11 20:34:07 (GMT) |
commit | 9d4179718912cd5ef32f406e874276806b726f8d (patch) | |
tree | 020db13467ebfca10c4f307cd55644e9f167a694 /tests/async.test | |
parent | e213e8f1ae973b67d7477c68cae573a9f4badd62 (diff) | |
parent | de998ed83562aa3d55567d0eed70ee1c44d594a2 (diff) | |
download | tcl-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/async.test')
-rw-r--r-- | tests/async.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/async.test b/tests/async.test index 7834ed5..35dda88 100644 --- a/tests/async.test +++ b/tests/async.test @@ -17,9 +17,7 @@ if {[lsearch [namespace children] ::tcltest] == -1} { } testConstraint testasync [llength [info commands testasync]] -testConstraint threaded [expr { - [info exists ::tcl_platform(threaded)] && $::tcl_platform(threaded) -}] +testConstraint threaded [::tcl::pkgconfig get threaded] proc async1 {result code} { global aresult acode |