diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-21 14:34:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-21 14:34:11 (GMT) |
commit | ff89f93ccc6d322f56000e43b4d6ca474a2bede8 (patch) | |
tree | dbbfc0ce0ecd4272b9e638bb847866e7012c6008 /tests/safe.test | |
parent | 23e5d89c12b70a73fd78d33855ca21c466b183f1 (diff) | |
download | tcl-ff89f93ccc6d322f56000e43b4d6ca474a2bede8.zip tcl-ff89f93ccc6d322f56000e43b4d6ca474a2bede8.tar.gz tcl-ff89f93ccc6d322f56000e43b4d6ca474a2bede8.tar.bz2 |
typo
Diffstat (limited to 'tests/safe.test')
-rw-r--r-- | tests/safe.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/safe.test b/tests/safe.test index 9324398..2c6218b 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: safe.test,v 1.20 2006/03/21 11:12:29 dkf Exp $ +# RCS: @(#) $Id: safe.test,v 1.21 2006/03/21 14:35:26 dgp Exp $ package require Tcl 8.5 @@ -168,7 +168,7 @@ proc SafeEval {script} { } test safe-6.1 {test safe interpreters knowledge of the world} { - lsort [SaveEval {info globals}] + lsort [SafeEval {info globals}] } {tcl_interactive tcl_patchLevel tcl_platform tcl_version} test safe-6.2 {test safe interpreters knowledge of the world} { SafeEval {info script} |