summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tk.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tk.test b/tests/tk.test
index c5c475e..00115f0 100644
--- a/tests/tk.test
+++ b/tests/tk.test
@@ -180,8 +180,8 @@ test tk-7.2 {tk inactive reset in a safe interpreter} -body {
} -returnCodes 1 -result {resetting the user inactivity timer is not allowed in a safe interpreter}
test tk-8.1 {Test for ticket [1cc44617e2], see if TCL_LL_MODIFIER works as expected on all platforms} -constraints testprintf -body {
- testprintf -21474836480
-} -result {-21474836480 18446744052234715136}
+ testprintf -21474836485
+} -result {-21474836485 18446744052234715131 -5 4294967291}
# tests of [tk busy] in busy.test