diff options
author | fvogel <fvogelnew1@free.fr> | 2023-11-06 20:15:10 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2023-11-06 20:15:10 (GMT) |
commit | ad6813778940b479f614e40aaa76dc4140648633 (patch) | |
tree | b9c88e75f88b57df190fbe993fa05f3571843b3d /tests | |
parent | 0fd2c73a709d531fd77c95fc1e5526ad1482e701 (diff) | |
download | tk-ad6813778940b479f614e40aaa76dc4140648633.zip tk-ad6813778940b479f614e40aaa76dc4140648633.tar.gz tk-ad6813778940b479f614e40aaa76dc4140648633.tar.bz2 |
Backout [6f485577] since it triggers an unexpected failure in the main branch.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/font.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/font.test b/tests/font.test index f112d16..69d3b15 100644 --- a/tests/font.test +++ b/tests/font.test @@ -2339,7 +2339,7 @@ test font-43.1 {FieldSpecified procedure: specified vs. non-specified} -body { } -result [font actual {times 0} -family] -test font-44.1 {TkFontGetPixels: size < 0} -setup { +test font-44.1 {TkFontGetPixels: size < 0} -constraints failsOnUbuntu -setup { set oldscale [tk scaling] } -body { tk scaling 0.5 |