From 452c0b93ad1a99561319f4d61434e6c852c3b87c Mon Sep 17 00:00:00 2001 From: fvogel Date: Sun, 26 May 2019 21:07:27 +0000 Subject: Fix error in the spelling of the Windows windowingsystem introduced in [02ca3773] --- tests/winfo.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/winfo.test b/tests/winfo.test index 364948c..83aff71 100644 --- a/tests/winfo.test +++ b/tests/winfo.test @@ -396,7 +396,7 @@ test winfo-13.1 {root coordinates of embedded toplevel} -setup { # Windows does not destroy the container when an embedded window is # destroyed. Unix and macOS do destroy it. See ticket [67384bce7d]. -if {[tk windowingsystem] == "win"} { +if {[tk windowingsystem] == "win32"} { set result_13_2 {embedded 0 container 1} } else { set result_13_2 {embedded 0 container 0} -- cgit v0.12