diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-21 18:51:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-21 18:51:52 (GMT) |
commit | 744b274485110d471015d39faf19ebb16cc1e487 (patch) | |
tree | e372329bb01dc0fe4b47c9c9b30e9bc8e67aca62 | |
parent | 8fc370d7481eece79387a5900fef437a6567bdc2 (diff) | |
download | tcl-744b274485110d471015d39faf19ebb16cc1e487.zip tcl-744b274485110d471015d39faf19ebb16cc1e487.tar.gz tcl-744b274485110d471015d39faf19ebb16cc1e487.tar.bz2 |
typo
-rw-r--r-- | tests/parseExpr.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/parseExpr.test b/tests/parseExpr.test index c802a9e..94c429c 100644 --- a/tests/parseExpr.test +++ b/tests/parseExpr.test @@ -8,7 +8,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: parseExpr.test,v 1.20 2006/03/21 18:39:11 dgp Exp $ +# RCS: @(#) $Id: parseExpr.test,v 1.21 2006/03/21 18:51:52 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -762,7 +762,7 @@ test parseExpr-20.1 {Bug 1451233} { test parseExpr-20.2 {Bug 1451233} { expr 10000000000000000000420000000042 } 10000000000000000000420000000042 -test parseExpr-20.2 {Bug 1451233} { +test parseExpr-20.3 {Bug 1451233} { expr 10000000000000000000020000000002 } 10000000000000000000020000000002 |