summaryrefslogtreecommitdiffstats
path: root/tests/ttk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ttk')
-rw-r--r--tests/ttk/ttk.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttk/ttk.test b/tests/ttk/ttk.test
index 1532a24..654f174 100644
--- a/tests/ttk/ttk.test
+++ b/tests/ttk/ttk.test
@@ -96,7 +96,7 @@ test ttk-6.9 "Bad font spec in styles" -setup {
} -cleanup {
ttk::style theme use default
} -body {
- pack [ttk::label .l -text Hi!]
+ pack [ttk::label .l -text Hi! -font {}]
event generate .l <Expose>
update
destroy .l