diff options
author | dkf <dkf@noemail.net> | 2010-11-09 14:20:18 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2010-11-09 14:20:18 (GMT) |
commit | 160b529b6142acb897407b5e5d3a5b9d47ea0551 (patch) | |
tree | f9c937b0f2f867ab941f7471641ae34ed4b0e412 /tests/binary.test | |
parent | 65e460e6cefcd2aab62b0cfee773267937770f0c (diff) | |
download | tcl-160b529b6142acb897407b5e5d3a5b9d47ea0551.zip tcl-160b529b6142acb897407b5e5d3a5b9d47ea0551.tar.gz tcl-160b529b6142acb897407b5e5d3a5b9d47ea0551.tar.bz2 |
Revert previous commit at request of KBK.
FossilOrigin-Name: 1695a5f14d9da1a9b788dcc59036f32f15ca397d
Diffstat (limited to 'tests/binary.test')
-rw-r--r-- | tests/binary.test | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/binary.test b/tests/binary.test index 6b1f0f7..fc3d0b3 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.42 2010/11/09 13:41:21 nijtmans Exp $ +# RCS: @(#) $Id: binary.test,v 1.43 2010/11/09 14:20:19 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -1583,10 +1583,6 @@ test binary-40.4 {ScanNumber: NaN} -body { unset -nocomplain arg1 list [binary scan \xff\xff\xff\xff\xff\xff\xff\xff d arg1] $arg1 } -match glob -result {1 -NaN*} -test binary-40.5 {ScanNumber: -NaN} -body { - unset -nocomplain arg1 - list [binary scan \x00\x00\x00\x00\x00\x00\xf8\xff d arg1] $arg1 -} -match glob -result {1 -NaN} test binary-41.1 {ScanNumber: word alignment} { unset -nocomplain arg1; unset arg2 |