diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-22 18:27:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-22 18:27:27 (GMT) |
commit | fc2d441c7dae498f52b432c51af8a3daf7aaa0b6 (patch) | |
tree | 59248a29d441bc3aba3268b4a00c232b71737852 /tests/nre.test | |
parent | 6b0fac94b5b540742b1e77429ec272b94107fe4c (diff) | |
download | tcl-fc2d441c7dae498f52b432c51af8a3daf7aaa0b6.zip tcl-fc2d441c7dae498f52b432c51af8a3daf7aaa0b6.tar.gz tcl-fc2d441c7dae498f52b432c51af8a3daf7aaa0b6.tar.bz2 |
speling ficks
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 8e98991..cc15b13 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.3 2008/08/13 22:02:27 msofer Exp $ +# RCS: @(#) $Id: nre.test,v 1.4 2008/08/22 18:27:27 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -223,7 +223,7 @@ test nre-7.4 {[for] is not recursive} -setup { unset abs } -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} -constraints {knownBug} -setup { # # Enable once [foreach] is NR-enabled # |