diff options
author | fvogel <fvogelnew1@free.fr> | 2021-03-16 19:49:24 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2021-03-16 19:49:24 (GMT) |
commit | e006dad74d242f9156e0205984695530f351d644 (patch) | |
tree | c1db32596d912ef708dbaec2a7c126384222b5e8 /tests | |
parent | 4583642163e925ff446f94e90fefea140093603f (diff) | |
download | tk-e006dad74d242f9156e0205984695530f351d644.zip tk-e006dad74d242f9156e0205984695530f351d644.tar.gz tk-e006dad74d242f9156e0205984695530f351d644.tar.bz2 |
Backout previous trivial change, and let GitActions run again.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textTag.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textTag.test b/tests/textTag.test index f04e8bf..ad4b1c6 100644 --- a/tests/textTag.test +++ b/tests/textTag.test @@ -1600,7 +1600,7 @@ test textTag-16.1 {TkTextPickCurrent procedure} -constraints { event gen .t <ButtonRelease-1> -state 0x100 -x $x3 -y $y3 lappend x [.t index current] } -result {2.1 3.2 3.2 3.2 3.2 3.2 4.3} - + test textTag-16.2 {TkTextPickCurrent procedure} -constraints { haveCourier12 failsOnUbuntuNoXft } -setup { |