summaryrefslogtreecommitdiffstats
path: root/tests/expr.test
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2003-03-27 13:49:21 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2003-03-27 13:49:21 (GMT)
commitcef0fac2c10a079bed727b714337f0f0452ce053 (patch)
tree6dacd714b529b777d2ad6fd500b4b149383b4924 /tests/expr.test
parent69d9db21c7eadefd18d0f28884f85cbe69b5fff5 (diff)
downloadtcl-cef0fac2c10a079bed727b714337f0f0452ce053.zip
tcl-cef0fac2c10a079bed727b714337f0f0452ce053.tar.gz
tcl-cef0fac2c10a079bed727b714337f0f0452ce053.tar.bz2
More elimination of dup test numbers [Bugs 710365, 710369]
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