diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 12:41:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 12:41:37 (GMT) |
commit | fe87d877dda78ee0e19ad6860c70c0d46924dd21 (patch) | |
tree | 60b28b499d013447563a9356fec0f8262954a1a3 /tests/cmdMZ.test | |
parent | 19943631d443aff1b175fa5e071d55cfe96ba167 (diff) | |
download | tcl-fe87d877dda78ee0e19ad6860c70c0d46924dd21.zip tcl-fe87d877dda78ee0e19ad6860c70c0d46924dd21.tar.gz tcl-fe87d877dda78ee0e19ad6860c70c0d46924dd21.tar.bz2 |
Fix [e646d28f1a]: 8.6 Documentation/comment typo fixes
Diffstat (limited to 'tests/cmdMZ.test')
-rw-r--r-- | tests/cmdMZ.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmdMZ.test b/tests/cmdMZ.test index 66213f9..ff6efaa 100644 --- a/tests/cmdMZ.test +++ b/tests/cmdMZ.test @@ -405,7 +405,7 @@ test cmdMZ-6.5a {Tcl_TimeRateObjCmd: result format and one iteration} { test cmdMZ-6.5b {Tcl_TimeRateObjCmd: result format without iterations} { regexp {^0 \ws/# 0 # 0 #/sec 0 net-ms$} [timerate {} 0 0] } 1 -test cmdMZ-6.6 {Tcl_TimeRateObjCmd: slower commands take longer, but it remains almost the same time of measument} -body { +test cmdMZ-6.6 {Tcl_TimeRateObjCmd: slower commands take longer, but it remains almost the same time of measurement} -body { set m1 [timerate {_nrt_sleep 0.01} 50] set m2 [timerate {_nrt_sleep 1.00} 50] list [list \ |