diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2021-01-05 20:41:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2021-01-05 20:41:27 (GMT) |
commit | 496cff3ee18aff1069c341d282371190cff6563f (patch) | |
tree | c67d771e8834d9aca6a8fc4345f9d053b5073cc7 /doc/tcltest.n | |
parent | 0f93742804d047a8de0fe3acda7b019daae7b273 (diff) | |
parent | 124e36102e8b08023fe370defa49f89705d61a13 (diff) | |
download | tcl-496cff3ee18aff1069c341d282371190cff6563f.zip tcl-496cff3ee18aff1069c341d282371190cff6563f.tar.gz tcl-496cff3ee18aff1069c341d282371190cff6563f.tar.bz2 |
merge core-8-branch
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r-- | doc/tcltest.n | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n index 25e5e5e..5a53699 100644 --- a/doc/tcltest.n +++ b/doc/tcltest.n @@ -1179,7 +1179,6 @@ Here is a sketch of a sample test suite main script: .RS .PP .CS -package require Tcl 8.6 package require tcltest 2.5 package require example \fB::tcltest::configure\fR -testdir \e |