diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-03 22:12:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-03 22:12:51 (GMT) |
commit | 67f304de025068d52dc6ca3e327c5ba7ca8c010a (patch) | |
tree | 824c2b9418bd20a1ec0ef9d49e7a7ebfbd6805ad /tests/expr-old.test | |
parent | afb7561cdc6994e5721ff8cdc622754b8e5e743d (diff) | |
download | tcl-67f304de025068d52dc6ca3e327c5ba7ca8c010a.zip tcl-67f304de025068d52dc6ca3e327c5ba7ca8c010a.tar.gz tcl-67f304de025068d52dc6ca3e327c5ba7ca8c010a.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 f5b17de..c531f3b 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.21 2004/10/31 18:48:16 dkf Exp $ +# RCS: @(#) $Id: expr-old.test,v 1.22 2004/11/03 22:12:51 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2.1 @@ -982,7 +982,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: |