aboutsummaryrefslogtreecommitdiff
path: root/examples/jcov
diff options
context:
space:
mode:
authorD. Bohdan <dbohdan@dbohdan.com>2021-01-09 13:29:12 +0000
committerSteve Bennett <steveb@workware.net.au>2021-01-10 15:19:52 +1000
commita95647743db1816f54368c8b515b6cc6d4c3c745 (patch)
tree685a4a7df00b8a4e27b78510e0be0fddf83b5260 /examples/jcov
parent0f09dd9e6b5a2474f04cfa0ea97e6e2b4bc77a45 (diff)
downloadjimtcl-a95647743db1816f54368c8b515b6cc6d4c3c745.zip
jimtcl-a95647743db1816f54368c8b515b6cc6d4c3c745.tar.gz
jimtcl-a95647743db1816f54368c8b515b6cc6d4c3c745.tar.bz2
jcov, jtime, jtrace: fix not removing callback
Diffstat (limited to 'examples/jcov')
-rwxr-xr-xexamples/jcov2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/jcov b/examples/jcov
index 1508f4b..d993784 100755
--- a/examples/jcov
+++ b/examples/jcov
@@ -25,7 +25,7 @@ xtrace xcov
# Catch exit but not error
set rc [catch -noerror -exit {source $argv0} msg opts]
-xtrace
+xtrace {}
proc show-coverage {filename} {
set info $::coverage($filename)