aboutsummaryrefslogtreecommitdiff
path: root/tests/testing.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testing.tcl')
-rw-r--r--tests/testing.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testing.tcl b/tests/testing.tcl
index 4956450..f3cf672 100644
--- a/tests/testing.tcl
+++ b/tests/testing.tcl
@@ -31,7 +31,7 @@ proc test {id descr script expected} {
} else {
puts "ERR $descr"
puts "Expected: '$expected'"
- puts "Got : '$result'"
+ puts "Got : '$result'"
incr ::testresults(numfail)
lappend ::testresults(failed) [list $id $descr $script $expected $result]
}