From 20188493aff274e9b29b7349c875d52a86954ab1 Mon Sep 17 00:00:00 2001 From: dgp Date: Fri, 14 Jul 2023 14:18:18 +0000 Subject: [PATCH] dup test name --- tests/lseq.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lseq.test b/tests/lseq.test index a1499084567..6082856f26d 100644 --- a/tests/lseq.test +++ b/tests/lseq.test @@ -470,7 +470,7 @@ test lseq-3.32 {lsearch nested lists of lseq} arithSeriesShimmer { # lsearch - # -- should not shimmer lseq list # -- should not leak lseq elements -test lseq-3.32 {lsearch nested lists of lseq} -constraints arithSeriesShimmer -body { +test lseq-3.33 {lsearch nested lists of lseq} -constraints arithSeriesShimmer -body { set srchlist {} for {set i 5} {$i < 25} {incr i} { lappend srchlist [lseq $i count 7 by 3]