summaryrefslogtreecommitdiffstats
path: root/tests/button.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-05-12 09:43:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-05-12 09:43:05 (GMT)
commita2aa552b57d37930896862634e0e1a3374000ed0 (patch)
tree5da5917b13cd0eca8869ec2b536fe5e0589a3f1c /tests/button.test
parent0b86a97064fe91bef32ea77d1d6e3cb95818312c (diff)
downloadtk-a2aa552b57d37930896862634e0e1a3374000ed0.zip
tk-a2aa552b57d37930896862634e0e1a3374000ed0.tar.gz
tk-a2aa552b57d37930896862634e0e1a3374000ed0.tar.bz2
PeekMessageA -> PeekMessage
Diffstat (limited to 'tests/button.test')
-rw-r--r--tests/button.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/button.test b/tests/button.test
index 28d8934..d7fb06d 100644
--- a/tests/button.test
+++ b/tests/button.test
@@ -3924,7 +3924,7 @@ test button-14.1 {bug fix: [011706ec42] tk::ButtonInvoke unsafe wrt widget destr
update ; # shall not trigger error invalid command name ".top.b"
} -cleanup {
destroy .top.b .top
-} -result {}
+} -result {}
imageFinish
cleanupTests