diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-16 09:38:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-16 09:38:38 (GMT) |
commit | 1e8c676e12346c0db746226bcf3be0d74db2b967 (patch) | |
tree | f5178a08f3040930da582e9e5c8b422435e66b50 /tests/ioCmd.test | |
parent | 7a8cfcd9961d421efa1d708d250e0d981d0e8005 (diff) | |
download | tcl-1e8c676e12346c0db746226bcf3be0d74db2b967.zip tcl-1e8c676e12346c0db746226bcf3be0d74db2b967.tar.gz tcl-1e8c676e12346c0db746226bcf3be0d74db2b967.tar.bz2 |
Let all test-cases which require Thread, at least require Thread 2.7
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r-- | tests/ioCmd.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test index 5eb0206..03242be 100644 --- a/tests/ioCmd.test +++ b/tests/ioCmd.test @@ -24,7 +24,7 @@ catch [list package require -exact Tcltest [info patchlevel]] # Custom constraints used in this file testConstraint fcopy [llength [info commands fcopy]] testConstraint testchannel [llength [info commands testchannel]] -testConstraint thread [expr {0 == [catch {package require Thread 2.6}]}] +testConstraint thread [expr {0 == [catch {package require Thread 2.7-}]}] #---------------------------------------------------------------------- |