diff options
author | pooryorick <com.digitalsmarties@pooryorick.com> | 2023-03-27 20:08:21 (GMT) |
---|---|---|
committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2023-03-27 20:08:21 (GMT) |
commit | 0899e9d020ce6fc0c55b56e6787085ab97bca9ef (patch) | |
tree | 2f87786e13aab5c649cdff56fc727d52edc9fe97 /tests | |
parent | f3e40e67d47c6bfeee04b05bd438842afc0d9073 (diff) | |
download | tcl-0899e9d020ce6fc0c55b56e6787085ab97bca9ef.zip tcl-0899e9d020ce6fc0c55b56e6787085ab97bca9ef.tar.gz tcl-0899e9d020ce6fc0c55b56e6787085ab97bca9ef.tar.bz2 |
Remove unneeded parts from test in fileName.test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fileName.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/fileName.test b/tests/fileName.test index b92d11b..9538978 100644 --- a/tests/fileName.test +++ b/tests/fileName.test @@ -1620,8 +1620,6 @@ apply [list {} { valgrind, which is useful since Valgrind provides information about the error location, but [memory] doesn't. } -setup { - makeFile {puts "In script"} script - if {[namespace which ::memory] eq {}} { set memcheckcmd [list ::apply [list script { uplevel 1 $script |