summaryrefslogtreecommitdiffstats
path: root/tcl8.6/tests/pkgIndex.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-04-22 15:46:20 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-04-22 15:46:20 (GMT)
commit7e8909a08b8e425eeaa69085cbe86e848f2f5650 (patch)
treef26e5e21fe28674bab321d6453ea32b5a4a491e2 /tcl8.6/tests/pkgIndex.tcl
parent346eeb31d1c0a2ee959ecfade3cd66e3dc07cf4b (diff)
downloadblt-7e8909a08b8e425eeaa69085cbe86e848f2f5650.zip
blt-7e8909a08b8e425eeaa69085cbe86e848f2f5650.tar.gz
blt-7e8909a08b8e425eeaa69085cbe86e848f2f5650.tar.bz2
backout tcl/tk 8.6.9
Diffstat (limited to 'tcl8.6/tests/pkgIndex.tcl')
-rw-r--r--tcl8.6/tests/pkgIndex.tcl6
1 files changed, 0 insertions, 6 deletions
diff --git a/tcl8.6/tests/pkgIndex.tcl b/tcl8.6/tests/pkgIndex.tcl
deleted file mode 100644
index 854b943..0000000
--- a/tcl8.6/tests/pkgIndex.tcl
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /usr/bin/env tclsh
-
-package ifneeded tcltests 0.1 "
- source [list $dir/tcltests.tcl]
- package provide tcltests 0.1
-"