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 28dc0df..c949b1f 100644 --- a/tests/textIndex.test +++ b/tests/textIndex.test @@ -804,7 +804,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 |