summaryrefslogtreecommitdiffstats
path: root/tests/incr-old.test
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2003-03-27 13:10:45 (GMT)
committerdkf <dkf@noemail.net>2003-03-27 13:10:45 (GMT)
commita01fb60971b5160e1c4ad068eeef75a03755d1a7 (patch)
tree9db34fa452371e88502f6804a91675f60ece2186 /tests/incr-old.test
parent56169b7c82ce71a42b683cbbc1fe820c601a92bb (diff)
downloadtcl-a01fb60971b5160e1c4ad068eeef75a03755d1a7.zip
tcl-a01fb60971b5160e1c4ad068eeef75a03755d1a7.tar.gz
tcl-a01fb60971b5160e1c4ad068eeef75a03755d1a7.tar.bz2
Removed test number dups [Bugs 710322, 710327, 710349, 710363]
FossilOrigin-Name: 3d89ba6a8855eee67c83064c6504d6d126fe4c6a
Diffstat (limited to 'tests/incr-old.test')
-rw-r--r--tests/incr-old.test16
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
-
-
-
-
-
-
-
-
-
-
-
-