diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-03-24 03:10:46 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-03-24 03:10:46 (GMT) |
commit | f716edf5a5858c37993f1801cdd124905e2c758f (patch) | |
tree | 0afa6c50a17d1d8f85edc85eff442c5a707831d4 /tests/binary.test | |
parent | e9a30faa89bc4de4179f8fdb52ea44120bf7b525 (diff) | |
download | tcl-f716edf5a5858c37993f1801cdd124905e2c758f.zip tcl-f716edf5a5858c37993f1801cdd124905e2c758f.tar.gz tcl-f716edf5a5858c37993f1801cdd124905e2c758f.tar.bz2 |
Removed duplicated tests
Diffstat (limited to 'tests/binary.test')
-rw-r--r-- | tests/binary.test | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/binary.test b/tests/binary.test index 72e8986..71acaf3 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.31 2008/03/24 02:50:49 patthoyts Exp $ +# RCS: @(#) $Id: binary.test,v 1.32 2008/03/24 03:10:46 patthoyts Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -551,12 +551,6 @@ test binary-15.5 {Tcl_BinaryObjCmd: format - bug #1923966} { test binary-15.6 {Tcl_BinaryObjCmd: format - bug #1923966} { binary format x0ss 1 1 } \x01\x00\x01\x00 -test binary-15.5 {Tcl_BinaryObjCmd: format - bug #1923966} { - binary format x0s 1 -} \x01\x00 -test binary-15.6 {Tcl_BinaryObjCmd: format - bug #1923966} { - binary format x0ss 1 1 -} \x01\x00\x01\x00 test binary-15.7 {Tcl_BinaryObjCmd: format - bug #1923966} { binary format x1s 1 } \x00\x01\x00 |