Differences From Artifact [cdf81fc2e6]:
- File tests/util.test — part of check-in [ca70d9f0d6] at 2020-10-30 15:09:49 on branch tip-526 — Merge 9.0 (user: jan.nijtmans size: 68141) [more...]
To Artifact [0f43169807]:
- File tests/util.test — part of check-in [6136c6a722] at 2020-10-30 15:36:56 on branch tip-526 — Fix C++ compile (user: jan.nijtmans size: 68140)
| ︙ | |||
2204 2205 2206 2207 2208 2209 2210 | 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 | - + |
} {65535 0xffff}
test util-18.11 {Tcl_ObjPrintf} {testprint} {
testprint "%I64d %td" 65536
} {65536 65536}
test util-18.12 {Tcl_ObjPrintf} {testprint} {
testprint "%I64d %Id" 65537
} {65537 65537}
|