summaryrefslogtreecommitdiffstats
path: root/tests/basic.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-03-20 19:25:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-03-20 19:25:54 (GMT)
commitdc07332444484fd4bdb433ea09e36316be74d8f0 (patch)
tree3ef571f31822b6078ac30bbaa56b03625ad96e71 /tests/basic.test
parentbac2aebf1061014fdf5973b4d8d79544d24e74e0 (diff)
downloadtcl-dc07332444484fd4bdb433ea09e36316be74d8f0.zip
tcl-dc07332444484fd4bdb433ea09e36316be74d8f0.tar.gz
tcl-dc07332444484fd4bdb433ea09e36316be74d8f0.tar.bz2
Merge over testing improvements from the TIP 475 work.
Test files string.test and stringComp.test had become out of sync. Use one file to maintain even coverage.
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