diff options
author | Kevin B Kenny <kennykb@acm.org> | 2017-03-14 22:13:15 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2017-03-14 22:13:15 (GMT) |
commit | 607667f89dc9884c9bfb8e3c5380c9d5aa930d04 (patch) | |
tree | 5af537edbddd86f79239fbcf3b27a4139ef1212e /tests/interp.test | |
parent | d4b614d6551e55fd6e1bb52a335e37657603f91c (diff) | |
parent | 6212b342f6712c047d9e997ad21f767af934983d (diff) | |
download | tcl-607667f89dc9884c9bfb8e3c5380c9d5aa930d04.zip tcl-607667f89dc9884c9bfb8e3c5380c9d5aa930d04.tar.gz tcl-607667f89dc9884c9bfb8e3c5380c9d5aa930d04.tar.bz2 |
Make 'clock' and 'encoding' into compilable ensembles that play with safe interps
Diffstat (limited to 'tests/interp.test')
-rw-r--r-- | tests/interp.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/interp.test b/tests/interp.test index 6000ffd..4d61e35 100644 --- a/tests/interp.test +++ b/tests/interp.test @@ -20,7 +20,7 @@ catch [list package require -exact Tcltest [info patchlevel]] testConstraint testinterpdelete [llength [info commands testinterpdelete]] -set hidden_cmds {cd encoding exec exit fconfigure file glob load open pwd socket source tcl:file:atime tcl:file:attributes tcl:file:copy tcl:file:delete tcl:file:dirname tcl:file:executable tcl:file:exists tcl:file:extension tcl:file:isdirectory tcl:file:isfile tcl:file:link tcl:file:lstat tcl:file:mkdir tcl:file:mtime tcl:file:nativename tcl:file:normalize tcl:file:owned tcl:file:readable tcl:file:readlink tcl:file:rename tcl:file:rootname tcl:file:size tcl:file:stat tcl:file:tail tcl:file:tempfile tcl:file:type tcl:file:volumes tcl:file:writable unload} +set hidden_cmds {cd encoding exec exit fconfigure file glob load open pwd socket source tcl:encoding:dirs tcl:file:atime tcl:file:attributes tcl:file:copy tcl:file:delete tcl:file:dirname tcl:file:executable tcl:file:exists tcl:file:extension tcl:file:isdirectory tcl:file:isfile tcl:file:link tcl:file:lstat tcl:file:mkdir tcl:file:mtime tcl:file:nativename tcl:file:normalize tcl:file:owned tcl:file:readable tcl:file:readlink tcl:file:rename tcl:file:rootname tcl:file:size tcl:file:stat tcl:file:tail tcl:file:tempfile tcl:file:type tcl:file:volumes tcl:file:writable unload} foreach i [interp slaves] { interp delete $i |