diff options
Diffstat (limited to 'tests/nre.test')
-rw-r--r-- | tests/nre.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nre.test b/tests/nre.test index e823234..b0ee702 100644 --- a/tests/nre.test +++ b/tests/nre.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: nre.test,v 1.9 2009/03/21 06:55:32 msofer Exp $ +# RCS: @(#) $Id: nre.test,v 1.10 2009/03/21 10:20:04 msofer Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -251,7 +251,7 @@ test nre-7.4 {[for] is not recursive} -setup { testnrelevels } -result {{0 2 2 0} 0} -test nre-7.5 {[foreach] is not recursive} -constraints {knownBug} -setup { +test nre-7.5 {[foreach] is not recursive} -setup { # # Enable once [foreach] is NR-enabled # |