diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-04 09:00:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-04 09:00:25 (GMT) |
commit | 8da4ff8750166fa5b7735aa5e1f90cce3b70ca36 (patch) | |
tree | da1bd0dddc105e3b45364e1e29a6d66e0ab7b704 /tests/safe.test | |
parent | 477d1446c742c0dc8d659fe7cfed43c49faf83d6 (diff) | |
download | tcl-8da4ff8750166fa5b7735aa5e1f90cce3b70ca36.zip tcl-8da4ff8750166fa5b7735aa5e1f90cce3b70ca36.tar.gz tcl-8da4ff8750166fa5b7735aa5e1f90cce3b70ca36.tar.bz2 |
Standardized constraint name
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 67c2655..1515cad 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.15 2004/07/30 16:54:04 dgp Exp $ +# RCS: @(#) $Id: safe.test,v 1.16 2004/08/04 09:00:25 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -51,7 +51,7 @@ test safe-1.3 {safe::interpInit syntax} { slave name () name of the slave}} -test safe-2.1 {creating interpreters, should have no aliases} empty { +test safe-2.1 {creating interpreters, should have no aliases} emptyTest { # Disabled this test. It tests nothing sensible. [Bug 999612] # interp aliases } "" |