diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-19 12:50:20 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-19 12:50:20 (GMT) |
| commit | 6f23bf98b408c90e0a75acc3be49bb978838c9cb (patch) | |
| tree | dec8489c8b9371d3dc5220e3f32e2d2b89063d3d | |
| parent | 8f67ae04ad62494e545a5cb44052bd3a2e5ccb5e (diff) | |
| download | tcl-6f23bf98b408c90e0a75acc3be49bb978838c9cb.zip tcl-6f23bf98b408c90e0a75acc3be49bb978838c9cb.tar.gz tcl-6f23bf98b408c90e0a75acc3be49bb978838c9cb.tar.bz2 | |
Remove unused testConstraint
| -rw-r--r-- | tests/safe-zipfs.test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/safe-zipfs.test b/tests/safe-zipfs.test index f67bc43..ba6fe50 100644 --- a/tests/safe-zipfs.test +++ b/tests/safe-zipfs.test @@ -51,11 +51,6 @@ proc mapAndSortList {map listIn} { # thus un-autoindexed) APIs in this test result arguments: catch {safe::interpConfigure} -# testing that nested and statics do what is advertised (we use a -# package - tcl::test - but it might be absent if we're in standard tclsh) - -testConstraint tcl::test [expr {![catch {package require tcl::test}]}] - # Tests 5.* test the example files before using them to test safe interpreters. test safe-zipfs-5.1 {example tclIndex commands, test in parent interpreter; zipfs} -setup { |
