diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-14 16:35:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-14 16:35:44 (GMT) |
commit | 43adceb175b78847d4d791e54f623da29c6ef708 (patch) | |
tree | 90a1bad9ca22497e9f01dac4ffb020a22b85d4df /tests/unsupported.test | |
parent | 1a78806e6a2ff9b872b9462b68b37ebf2cb88472 (diff) | |
download | tcl-43adceb175b78847d4d791e54f623da29c6ef708.zip tcl-43adceb175b78847d4d791e54f623da29c6ef708.tar.gz tcl-43adceb175b78847d4d791e54f623da29c6ef708.tar.bz2 |
add missing constraints
Diffstat (limited to 'tests/unsupported.test')
-rw-r--r-- | tests/unsupported.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unsupported.test b/tests/unsupported.test index 7085be6..d4b11de 100644 --- a/tests/unsupported.test +++ b/tests/unsupported.test @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: unsupported.test,v 1.13 2008/10/08 15:10:30 msofer Exp $ +# RCS: @(#) $Id: unsupported.test,v 1.14 2008/10/14 16:35:44 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -211,7 +211,7 @@ test unsupported-A9 {atProcExit and uplevel} -constraints {knownBug atProcExit} # Test tailcalls # -test unsupported-T.0 {tailcall is constant space} -setup { +test unsupported-T.0 {tailcall is constant space} -constraints testnrelevels -setup { proc a i { if {[incr i] > 10} { return [depthDiff] |