diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2001-04-09 09:45:01 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2001-04-09 09:45:01 (GMT) |
| commit | 48a51fb749e84fb9a72115571962f1af02ec9a14 (patch) | |
| tree | baca61e6d0b4cce8f70e1ae67f0c5d202138c10a | |
| parent | e7eeef7448faa83c8b60df064bf5fa3088fc5a9c (diff) | |
| download | tcl-48a51fb749e84fb9a72115571962f1af02ec9a14.zip tcl-48a51fb749e84fb9a72115571962f1af02ec9a14.tar.gz tcl-48a51fb749e84fb9a72115571962f1af02ec9a14.tar.bz2 | |
Fixed typo.
| -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 81c5536..f0efffb 100644 --- a/tests/expr-old.test +++ b/tests/expr-old.test @@ -2,7 +2,7 @@ # # This file contains the original set of tests for Tcl's expr command. # Since the expr command is now compiled, a new set of tests covering -# the new implementation are in the files "parseExpr.test and +# the new implementation are in the files "parseExpr.test" and # "compExpr.test". Sourcing this file into Tcl runs the tests and generates # output for errors. No output means no errors were found. # @@ -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.10 2000/12/14 22:24:48 dgp Exp $ +# RCS: @(#) $Id: expr-old.test,v 1.11 2001/04/09 09:45:01 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest |
