diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-03-29 13:25:48 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-03-29 13:25:48 (GMT) |
| commit | 28e22a55a93daac160263a217682ab1a649b612d (patch) | |
| tree | 2406783169c90d037a5ad25070809d9e3ed39480 /tests | |
| parent | 7a892ab92c992f465d16f046efff8e5df3266d1b (diff) | |
| download | tk-z_modifier.zip tk-z_modifier.tar.gz tk-z_modifier.tar.bz2 | |
Companion to Tcl's [https://core.tcl.tk/tcl/timeline?r=z_modifier|z_modifier] branch: test whether the TCL_Z_MODIFIER can be used in its various forms on all platforms, outside of the Tcl core.z_modifier
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tk.test | 4 |
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 |
