summaryrefslogtreecommitdiffstats
path: root/tests/info.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-05 17:06:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-05 17:06:22 (GMT)
commitcccc07aa2829b401bc101caeb9890a7e876081a2 (patch)
tree620ee207ede848ef890070313145c275721cb615 /tests/info.test
parent263312727f8fc4187995ed52540370d6b0589143 (diff)
parent3b0ee42270085b039b75e2e27a3a145399a1bfac (diff)
downloadtcl-cccc07aa2829b401bc101caeb9890a7e876081a2.zip
tcl-cccc07aa2829b401bc101caeb9890a7e876081a2.tar.gz
tcl-cccc07aa2829b401bc101caeb9890a7e876081a2.tar.bz2
Merge 8.7
Diffstat (limited to 'tests/info.test')
-rw-r--r--tests/info.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/info.test b/tests/info.test
index 813b418..e0ebda34 100644
--- a/tests/info.test
+++ b/tests/info.test
@@ -325,7 +325,7 @@ test info-9.2 {info level option} {
} {1 {t1 146 testString}}
test info-9.3 {info level option} {
proc t1 {a b} {
- t2 [expr $a*2] $b
+ t2 [expr {$a*2}] $b
}
proc t2 {x y} {
list [info level] [info level 1] [info level 2] [info level -1] \