diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-03 22:12:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-03 22:12:17 (GMT) |
commit | 91c4b4a31ca712c4c39082e313e8c793f26b415b (patch) | |
tree | dbac6a8b9101b5c3b8408a496f9cd0dc2f5b4ad6 /tests/expr-old.test | |
parent | 056a367469619bbaefcab3198b931112d8590a10 (diff) | |
download | tcl-91c4b4a31ca712c4c39082e313e8c793f26b415b.zip tcl-91c4b4a31ca712c4c39082e313e8c793f26b415b.tar.gz tcl-91c4b4a31ca712c4c39082e313e8c793f26b415b.tar.bz2 |
niggly test suite fixes
Diffstat (limited to 'tests/expr-old.test')
-rw-r--r-- | tests/expr-old.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/expr-old.test b/tests/expr-old.test index 90f5cd0..b984ba9 100644 --- a/tests/expr-old.test +++ b/tests/expr-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: expr-old.test,v 1.16.2.2 2004/07/03 22:13:11 msofer Exp $ +# RCS: @(#) $Id: expr-old.test,v 1.16.2.3 2004/11/03 22:12:17 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2.1 @@ -995,7 +995,7 @@ test expr-old-39.1 {Rounding with wide result} { } set x } {1 1} -unset x y +unset -nocomplain x y # Special test for Pentium arithmetic bug of 1994: |