summaryrefslogtreecommitdiffstats
path: root/tests/basic.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic.test')
-rw-r--r--tests/basic.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic.test b/tests/basic.test
index 0e4ddea..2332994 100644
--- a/tests/basic.test
+++ b/tests/basic.test
@@ -670,7 +670,7 @@ proc l3 {} {
}
# Do all tests once byte compiled and once with direct string evaluation
-for {set noComp 0} {$noComp <= 1} {incr noComp} {
+foreach noComp {0 1} {
if $noComp {
interp alias {} run {} testevalex