diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-03-21 10:20:04 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-03-21 10:20:04 (GMT) |
commit | 61e311e5b2192389f6791a15f4d1227769b95772 (patch) | |
tree | 73b43cf4188302edcf2a0bb5e55f7a5fb6c794a8 /tests/nre.test | |
parent | 61861981e390fd931fe6af2bb3fa9b2d984eb307 (diff) | |
download | tcl-61e311e5b2192389f6791a15f4d1227769b95772.zip tcl-61e311e5b2192389f6791a15f4d1227769b95772.tar.gz tcl-61e311e5b2192389f6791a15f4d1227769b95772.tar.bz2 |
* tests/nre.test: [foreach] has been NR-enabled for a while, the
test was marked 'knownBug': unmark it.
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 # |