summaryrefslogtreecommitdiffstats
path: root/tests/nre.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-22 18:27:27 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-22 18:27:27 (GMT)
commitfc2d441c7dae498f52b432c51af8a3daf7aaa0b6 (patch)
tree59248a29d441bc3aba3268b4a00c232b71737852 /tests/nre.test
parent6b0fac94b5b540742b1e77429ec272b94107fe4c (diff)
downloadtcl-fc2d441c7dae498f52b432c51af8a3daf7aaa0b6.zip
tcl-fc2d441c7dae498f52b432c51af8a3daf7aaa0b6.tar.gz
tcl-fc2d441c7dae498f52b432c51af8a3daf7aaa0b6.tar.bz2
speling ficks
Diffstat (limited to 'tests/nre.test')
-rw-r--r--tests/nre.test4
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
#