diff options
Diffstat (limited to 'tests/pkg')
-rw-r--r-- | tests/pkg/spacename.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pkg/spacename.tcl b/tests/pkg/spacename.tcl new file mode 100644 index 0000000..7b48e76 --- /dev/null +++ b/tests/pkg/spacename.tcl @@ -0,0 +1,3 @@ +package provide spacename 1.0 +proc {a b} {} {} +proc {c d} {} {} |