diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-06-25 23:02:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-06-25 23:02:10 (GMT) |
commit | 43e3bcc7712f80d3c36696dbc1f9349f2819fe27 (patch) | |
tree | 9e458c1fda7815410cef063c83bd16dfb8e14927 /tests/cmdMZ.test | |
parent | b2985d83d53d176dc990188526b12b93860253c7 (diff) | |
download | tcl-43e3bcc7712f80d3c36696dbc1f9349f2819fe27.zip tcl-43e3bcc7712f80d3c36696dbc1f9349f2819fe27.tar.gz tcl-43e3bcc7712f80d3c36696dbc1f9349f2819fe27.tar.bz2 |
Factored out the trace code - it's big enough to be its own maintenance area
and tricky enough to discourage non-specialists...
Diffstat (limited to 'tests/cmdMZ.test')
-rw-r--r-- | tests/cmdMZ.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cmdMZ.test b/tests/cmdMZ.test index 4da945f..bcaa690 100644 --- a/tests/cmdMZ.test +++ b/tests/cmdMZ.test @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: cmdMZ.test,v 1.15 2003/05/12 20:15:28 dgp Exp $ +# RCS: @(#) $Id: cmdMZ.test,v 1.16 2003/06/25 23:02:11 dkf Exp $ if {[catch {package require tcltest 2.0.2}]} { puts stderr "Skipping tests in [info script]. tcltest 2.0.2 required." @@ -307,7 +307,6 @@ test cmdMZ-5.7 {Tcl_TimeObjCmd: errors generate right trace} { invoked from within "time {error foo}"}} -# The tests for Tcl_TraceObjCmd and TraceVarProc are in trace.test # The tests for Tcl_WhileObjCmd are in while.test # cleanup |