summaryrefslogtreecommitdiffstats
path: root/tests/expr.test
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2003-03-27 13:49:21 (GMT)
committerdkf <dkf@noemail.net>2003-03-27 13:49:21 (GMT)
commit74ba49625db544ade9b1fe4c6c15ab744585741b (patch)
tree6dacd714b529b777d2ad6fd500b4b149383b4924 /tests/expr.test
parenta01fb60971b5160e1c4ad068eeef75a03755d1a7 (diff)
downloadtcl-74ba49625db544ade9b1fe4c6c15ab744585741b.zip
tcl-74ba49625db544ade9b1fe4c6c15ab744585741b.tar.gz
tcl-74ba49625db544ade9b1fe4c6c15ab744585741b.tar.bz2
More elimination of dup test numbers [Bugs 710365, 710369]
FossilOrigin-Name: 4d2f94712f0a871d7b56eba6581e96c9aa48a891
Diffstat (limited to 'tests/expr.test')
-rw-r--r--tests/expr.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/expr.test b/tests/expr.test
index c06080f..6ef1c41 100644
--- a/tests/expr.test
+++ b/tests/expr.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: expr.test,v 1.17 2002/07/31 09:33:45 dkf Exp $
+# RCS: @(#) $Id: expr.test,v 1.17.2.1 2003/03/27 13:49:22 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -297,8 +297,8 @@ test expr-8.11 {CompileEqualityExpr: error compiling equality arm} {
catch {expr 2!=x} msg
set msg
} {syntax error in expression "2!=x": variable references require preceding $}
-test expr-8.14 {CompileBitAndExpr: equality expr} {expr {"a"eq"a"}} 1
-test expr-8.14 {CompileBitAndExpr: equality expr} {expr {"\374" eq "ü"}} 1
+test expr-8.12 {CompileBitAndExpr: equality expr} {expr {"a"eq"a"}} 1
+test expr-8.13 {CompileBitAndExpr: equality expr} {expr {"\374" eq "ü"}} 1
test expr-8.14 {CompileBitAndExpr: equality expr} {expr 3eq2} 0
test expr-8.15 {CompileBitAndExpr: equality expr} {expr 2.0eq2} 0
test expr-8.16 {CompileBitAndExpr: equality expr} {expr 3.2ne2.2} 1