diff options
Diffstat (limited to 'tests/text.test')
-rw-r--r-- | tests/text.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text.test b/tests/text.test index 146e338..0d2fd70 100644 --- a/tests/text.test +++ b/tests/text.test @@ -3062,7 +3062,7 @@ test text-11a.51 {<<WidgetViewSync>> calls TkSendVirtualEvent(), toplevel .top pack [text .top.t] for {set i 1} {$i < 10000} {incr i} { - .top.t insert end "Hello world!\n" + .top.t insert end "Hello world!\n" } bind .top.t <<WidgetViewSync>> {destroy .top.t} .top.t tag add mytag 1.5 8000.8 ; # shall not crash |