summaryrefslogtreecommitdiffstats
path: root/tests/expr-old.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-04-09 09:45:01 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-04-09 09:45:01 (GMT)
commitb2a008bec7dcd0a3668e07ba075f89bb68d7b2d8 (patch)
treebaca61e6d0b4cce8f70e1ae67f0c5d202138c10a /tests/expr-old.test
parentefadd9fc6a4ab636317014c0d288a78c4151664f (diff)
downloadtcl-b2a008bec7dcd0a3668e07ba075f89bb68d7b2d8.zip
tcl-b2a008bec7dcd0a3668e07ba075f89bb68d7b2d8.tar.gz
tcl-b2a008bec7dcd0a3668e07ba075f89bb68d7b2d8.tar.bz2
Fixed typo.
Diffstat (limited to 'tests/expr-old.test')
-rw-r--r--tests/expr-old.test4
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