summaryrefslogtreecommitdiffstats
path: root/tests/format.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-04-12 13:14:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-04-12 13:14:38 (GMT)
commitbc97ae8a02bb8363f85b25501b9aa125c5b344cd (patch)
treee4149c73b615c2886e35455ee241acb660602cf9 /tests/format.test
parent155377a13fc942edef1524383465f2aa0efd92c2 (diff)
downloadtcl-bc97ae8a02bb8363f85b25501b9aa125c5b344cd.zip
tcl-bc97ae8a02bb8363f85b25501b9aa125c5b344cd.tar.gz
tcl-bc97ae8a02bb8363f85b25501b9aa125c5b344cd.tar.bz2
Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid.
Diffstat (limited to 'tests/format.test')
-rw-r--r--tests/format.test6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/format.test b/tests/format.test
index dbf6af0..e199398 100644
--- a/tests/format.test
+++ b/tests/format.test
@@ -528,12 +528,6 @@ test format-17.3 {testing %ld with non-wide} {wideIs64bit} {
test format-17.4 {testing %l with non-integer} {
format %lf 1
} 1.000000
-test format-17.5 {testing %llu with bignum} {
- format %llu 0xabcdef0123456789abcdef
-} 207698809136909011942886895
-test format-17.6 {testing %llu with negative number} -body {
- format %llu -1
-} -returnCodes 1 -result {unsigned bignum format is invalid}
test format-18.1 {do not demote existing numeric values} {
set a 0xaaaaaaaa