summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-16 09:38:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-16 09:38:38 (GMT)
commitf7a0d6fdbe8232c3f8d51321e1d733a745feaaad (patch)
treef5178a08f3040930da582e9e5c8b422435e66b50 /tests/chanio.test
parentb93728a3016830bd11f5d50a6c6da53915de2f7b (diff)
downloadtcl-f7a0d6fdbe8232c3f8d51321e1d733a745feaaad.zip
tcl-f7a0d6fdbe8232c3f8d51321e1d733a745feaaad.tar.gz
tcl-f7a0d6fdbe8232c3f8d51321e1d733a745feaaad.tar.bz2
Let all test-cases which require Thread, at least require Thread 2.7
Diffstat (limited to 'tests/chanio.test')
-rw-r--r--tests/chanio.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test
index 9bb11f7..665df50 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -40,7 +40,7 @@ namespace eval ::tcl::test::io {
testConstraint testfevent [llength [info commands testfevent]]
testConstraint testchannelevent [llength [info commands testchannelevent]]
testConstraint testmainthread [llength [info commands testmainthread]]
- testConstraint thread [expr {0 == [catch {package require Thread 2.6}]}]
+ testConstraint thread [expr {0 == [catch {package require Thread 2.7-}]}]
# You need a *very* special environment to do some tests. In particular,
# many file systems do not support large-files...