diff options
author | dgp <dgp@users.sourceforge.net> | 2016-07-22 15:28:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-07-22 15:28:50 (GMT) |
commit | 7b960b4cdbdb05dd87c12eff280e839eace1cd54 (patch) | |
tree | 32e587c61ab81412adf94614cef7c3b50678b2c2 /tests/info.test | |
parent | 6239155e85e232727ff14b9f2a6992158ca5a781 (diff) | |
download | tcl-7b960b4cdbdb05dd87c12eff280e839eace1cd54.zip tcl-7b960b4cdbdb05dd87c12eff280e839eace1cd54.tar.gz tcl-7b960b4cdbdb05dd87c12eff280e839eace1cd54.tar.bz2 |
test repairs
Diffstat (limited to 'tests/info.test')
-rw-r--r-- | tests/info.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/info.test b/tests/info.test index c4fd379..42f5a96 100644 --- a/tests/info.test +++ b/tests/info.test @@ -1841,7 +1841,7 @@ test info-30.48 {Bug 2850901} testevalex { # ------------------------------------------------------------------------- # literal sharing 2, bug 2933089 -test info-39.1 {location information not confused by literal sharing, bug 2933089} -setup { +test info-40.1 {location information not confused by literal sharing, bug 2933089} -setup { set result {} proc print_one {} {} |