summaryrefslogtreecommitdiff
path: root/itcl/itcl/tests/mkindex.itcl
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/itcl/tests/mkindex.itcl')
-rw-r--r--itcl/itcl/tests/mkindex.itcl6
1 files changed, 0 insertions, 6 deletions
diff --git a/itcl/itcl/tests/mkindex.itcl b/itcl/itcl/tests/mkindex.itcl
index bef0fb5358e..5480c670af7 100644
--- a/itcl/itcl/tests/mkindex.itcl
+++ b/itcl/itcl/tests/mkindex.itcl
@@ -23,7 +23,6 @@
# they are prefaced with white space.
#
namespace import itcl::*
-namespace import blt::*
class Simple1 {
variable x 0
@@ -35,11 +34,6 @@ class Simple1 {
public method bump {}
}
-itcl_class OldStyle {
- public x 0
- method foo {args} {return $args}
-}
-
itcl::ensemble ens {
part one {x} {}
part two {x y} {}