diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-27 13:10:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-27 13:10:46 (GMT) |
commit | 321344b6749b9c463fc51fb58f8357cb9e53ede3 (patch) | |
tree | 9db34fa452371e88502f6804a91675f60ece2186 /tests/incr-old.test | |
parent | 6e56c993442b5f7ba73398bc98031f24ef5bb75c (diff) | |
download | tcl-321344b6749b9c463fc51fb58f8357cb9e53ede3.zip tcl-321344b6749b9c463fc51fb58f8357cb9e53ede3.tar.gz tcl-321344b6749b9c463fc51fb58f8357cb9e53ede3.tar.bz2 |
Removed test number dups [Bugs 710322, 710327, 710349, 710363]
Diffstat (limited to 'tests/incr-old.test')
-rw-r--r-- | tests/incr-old.test | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/tests/incr-old.test b/tests/incr-old.test index 1c78b82..566eafd 100644 --- a/tests/incr-old.test +++ b/tests/incr-old.test @@ -13,7 +13,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: incr-old.test,v 1.6 2003/02/06 22:44:58 mdejong Exp $ +# RCS: @(#) $Id: incr-old.test,v 1.6.2.1 2003/03/27 13:11:13 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -34,7 +34,7 @@ test incr-old-1.3 {basic incr operation} { set x " -106" list [incr x 1] $x } {-105 -105} -test incr-old-1.3 {basic incr operation} { +test incr-old-1.4 {basic incr operation} { set x " +106" list [incr x 1] $x } {107 107} @@ -94,15 +94,3 @@ test incr-old-2.10 {incr errors} { # cleanup ::tcltest::cleanupTests return - - - - - - - - - - - - |