diff options
author | dgp <dgp@users.sourceforge.net> | 2005-12-02 17:34:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-12-02 17:34:03 (GMT) |
commit | 0d8b2ac3539d436923694d412ddc74beb3d2f31f (patch) | |
tree | 761db7d86f576cec6093b3b9dc1f936d4ab0cfb7 /tests/binary.test | |
parent | d6bc14ba28aa20aabb723d9b712d5d7a90e7aa7e (diff) | |
download | tcl-0d8b2ac3539d436923694d412ddc74beb3d2f31f.zip tcl-0d8b2ac3539d436923694d412ddc74beb3d2f31f.tar.gz tcl-0d8b2ac3539d436923694d412ddc74beb3d2f31f.tar.bz2 |
eliminate test name duplication
Diffstat (limited to 'tests/binary.test')
-rw-r--r-- | tests/binary.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/binary.test b/tests/binary.test index e2ad12e..557e03d 100644 --- a/tests/binary.test +++ b/tests/binary.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: binary.test,v 1.25 2005/10/08 14:42:54 dgp Exp $ +# RCS: @(#) $Id: binary.test,v 1.26 2005/12/02 17:34:03 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -2233,7 +2233,7 @@ test binary-65.8 {largest significand} ieeeFloatingPoint { binary scan [binary format w 0x4350000000000000] q d set d } 18014398509481984.0 -test binary-65.8 {largest significand} ieeeFloatingPoint { +test binary-65.9 {largest significand} ieeeFloatingPoint { binary scan [binary format w 0x4350000000000001] q d set d } 18014398509481988.0 |