diff options
author | dgp <dgp@users.sourceforge.net> | 2024-07-30 14:50:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2024-07-30 14:50:07 (GMT) |
commit | 18bed14255436204ba96c0ba02fcf225c5c393cc (patch) | |
tree | 8a81809c3f1148e60006511d9669b0894ea4deac | |
parent | 112d2f30567307db2e61e64d72cd800248d663be (diff) | |
download | tcl-18bed14255436204ba96c0ba02fcf225c5c393cc.zip tcl-18bed14255436204ba96c0ba02fcf225c5c393cc.tar.gz tcl-18bed14255436204ba96c0ba02fcf225c5c393cc.tar.bz2 |
continuity of test names
-rw-r--r-- | tests/info.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/info.test b/tests/info.test index a5573c1..140a7bb 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-40.1 {location information not confused by literal sharing, bug 2933089} -setup { +test info-39.1 {location information not confused by literal sharing, bug 2933089} -setup { set result {} proc print_one {} {} @@ -2437,7 +2437,7 @@ test info-39.2 {Bug 4b61afd660} -setup { rename probe {} } -result 3 -test info-40.0 {Bug 0de6c1d79c crash} -setup { +test info-41.0 {Bug 0de6c1d79c crash} -setup { interp create child child hide info } -body { |