diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-19 13:54:31 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-19 13:54:31 (GMT) |
commit | 0fd2a17f4fd34ee05559f7e7ced1c09f3591c5c3 (patch) | |
tree | 8e2728f38ee549fde9d139e0f2bbf960f1630b55 /tests/auto0/auto1/package1.tcl | |
parent | f942af920c1c31f578e24aae999d86191ec65f39 (diff) | |
parent | f387d58e76f3ac8a528db48b000583f3c1eb21aa (diff) | |
download | tcl-0fd2a17f4fd34ee05559f7e7ced1c09f3591c5c3.zip tcl-0fd2a17f4fd34ee05559f7e7ced1c09f3591c5c3.tar.gz tcl-0fd2a17f4fd34ee05559f7e7ced1c09f3591c5c3.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests/auto0/auto1/package1.tcl')
-rw-r--r-- | tests/auto0/auto1/package1.tcl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto0/auto1/package1.tcl b/tests/auto0/auto1/package1.tcl new file mode 100644 index 0000000..32d7c56 --- /dev/null +++ b/tests/auto0/auto1/package1.tcl @@ -0,0 +1,5 @@ +proc HeresPackage1 {args} { + return OK1 +} + +package provide SafeTestPackage1 1.2.3 |