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 | 0c2c313ed75e87375e4b7defba8f9c67925586d6 (patch) | |
| tree | 8a81809c3f1148e60006511d9669b0894ea4deac | |
| parent | 8b66970c40e29aa7ec6bc0a9bb94b894f1dda0dc (diff) | |
| download | tcl-0c2c313ed75e87375e4b7defba8f9c67925586d6.zip tcl-0c2c313ed75e87375e4b7defba8f9c67925586d6.tar.gz tcl-0c2c313ed75e87375e4b7defba8f9c67925586d6.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 { |
