diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-10 14:51:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-10 14:51:44 (GMT) |
commit | 062875b88e20fd9dea45ddd120f20df6a307ba3e (patch) | |
tree | b62dab813cef2ce765c91274c1311a19a01e17dd /tests/safe.test | |
parent | 9d4d81102579f655e9220ef0f705bb2a058d6ce3 (diff) | |
download | tcl-062875b88e20fd9dea45ddd120f20df6a307ba3e.zip tcl-062875b88e20fd9dea45ddd120f20df6a307ba3e.tar.gz tcl-062875b88e20fd9dea45ddd120f20df6a307ba3e.tar.bz2 |
Merge 9.0. Code/documentation cleanup
Diffstat (limited to 'tests/safe.test')
-rw-r--r-- | tests/safe.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/safe.test b/tests/safe.test index 1177e19..0394eb9 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -1157,7 +1157,7 @@ test safe-9.24 {interpConfigure change the access path; check module loading; st res0 res1 res2} # See comments on lsort after test safe-9.20. -catch {teststaticpkg Safepkg1 0 0} +catch {teststaticlibrary Safepkg1 0 0} test safe-10.1 {testing statics loading} -constraints TcltestPackage -setup { set i [safe::interpCreate] } -body { |