diff options
Diffstat (limited to 'tests/for.test')
-rw-r--r-- | tests/for.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/for.test b/tests/for.test index 1a65274..2e86548 100644 --- a/tests/for.test +++ b/tests/for.test @@ -690,7 +690,7 @@ test for-6.9 {Tcl_ForObjCmd: error executing command body} -body { } -match glob -result {wrong # args: should be "set varName ?newValue?" while *ing "set" - ("for" body line 1) + (loop body line 1) invoked from within "$z {set i 0} {$i < 5} {incr i} {set}"} test for-6.10 {Tcl_ForObjCmd: simple command body} { |