summaryrefslogtreecommitdiffstats
path: root/tests/clock.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-07 14:32:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-07 14:32:16 (GMT)
commit7c23c5778929f9b9a38fa8626d3a83b6f3248aef (patch)
treeec439b684d49835910cb4756d59d395e779aa6f6 /tests/clock.test
parent7d90738e3aaf986b5ad2da52cca16fa71b78473c (diff)
downloadtcl-7c23c5778929f9b9a38fa8626d3a83b6f3248aef.zip
tcl-7c23c5778929f9b9a38fa8626d3a83b6f3248aef.tar.gz
tcl-7c23c5778929f9b9a38fa8626d3a83b6f3248aef.tar.bz2
Some eol whitespace eliminations
Diffstat (limited to 'tests/clock.test')
-rw-r--r--tests/clock.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/clock.test b/tests/clock.test
index c6dba85..55607ce 100644
--- a/tests/clock.test
+++ b/tests/clock.test
@@ -35452,7 +35452,7 @@ test clock-33.5 {clock clicks tests, millisecond timing test} {
# 60 msecs seems to be the max time slice under Windows 95/98
expr {
($end > $start) && (($end - $start) <= 60) ?
- "ok" :
+ "ok" :
"test should have taken 0-60 ms, actually took [expr $end - $start]"}
} {ok}
test clock-33.5a {clock tests, millisecond timing test} {
@@ -35468,7 +35468,7 @@ test clock-33.5a {clock tests, millisecond timing test} {
# 60 msecs seems to be the max time slice under Windows 95/98
expr {
($end > $start) && (($end - $start) <= 60) ?
- "ok" :
+ "ok" :
"test should have taken 0-60 ms, actually took [expr $end - $start]"}
} {ok}
test clock-33.6 {clock clicks, milli with too much abbreviation} {