diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-19 22:23:08 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-19 22:23:08 (GMT) |
| commit | c96b49ed88b11232f11d79f859e6b62418c5c10a (patch) | |
| tree | 3127a144602ef0cb05795cd722659052d0388891 /tests/ioTrans.test | |
| parent | 9d8f556865a0a282039621759755c0cf44664039 (diff) | |
| parent | 094f23c172acca8f32b0888cd536f01fc1daab1b (diff) | |
| download | tcl-c96b49ed88b11232f11d79f859e6b62418c5c10a.zip tcl-c96b49ed88b11232f11d79f859e6b62418c5c10a.tar.gz tcl-c96b49ed88b11232f11d79f859e6b62418c5c10a.tar.bz2 | |
merge trunk
Diffstat (limited to 'tests/ioTrans.test')
| -rw-r--r-- | tests/ioTrans.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ioTrans.test b/tests/ioTrans.test index 7027ec1..5a8874c 100644 --- a/tests/ioTrans.test +++ b/tests/ioTrans.test @@ -21,7 +21,7 @@ catch [list package require -exact Tcltest [info patchlevel]] # Custom constraints used in this file 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-}]}] # testchannel cut|splice Both needed to test the reflection in threads. # thread::send |
