diff options
Diffstat (limited to 'tests/textIndex.test')
-rw-r--r-- | tests/textIndex.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textIndex.test b/tests/textIndex.test index 6341b6d..a6752cb 100644 --- a/tests/textIndex.test +++ b/tests/textIndex.test @@ -782,7 +782,7 @@ test textIndex-19.12 {Display lines} { } {2.20} test textIndex-19.13 {Display lines} { - destroy .t + destroy {*}[pack slaves .] text .txt -height 1 -wrap word -yscroll ".sbar set" -width 400 scrollbar .sbar -command ".txt yview" grid .txt .sbar -sticky news |