diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-07-05 08:53:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-07-05 08:53:17 (GMT) |
commit | eb05205f603455afbe3445cef6a03226078d09b0 (patch) | |
tree | 6578b10ed36891f4a83ed2a332b1798679faf140 /library | |
parent | ca96c2bbccf3088770bcf436a51cb20176f08232 (diff) | |
parent | b49c883bbe8c5aa0620b7bc648e3172b784ef892 (diff) | |
download | tcl-eb05205f603455afbe3445cef6a03226078d09b0.zip tcl-eb05205f603455afbe3445cef6a03226078d09b0.tar.gz tcl-eb05205f603455afbe3445cef6a03226078d09b0.tar.bz2 |
Fixup the ensemble rewrite conversions (merge fork)
Diffstat (limited to 'library')
-rw-r--r-- | library/tcltest/tcltest.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl index f1ce970..cde2660 100644 --- a/library/tcltest/tcltest.tcl +++ b/library/tcltest/tcltest.tcl @@ -614,7 +614,7 @@ namespace eval tcltest { set levelMap { l list p pass - b body + b body s skip t start e error |