diff options
Diffstat (limited to 'tests/pkg/pkga.tcl')
-rw-r--r-- | tests/pkg/pkga.tcl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/pkg/pkga.tcl b/tests/pkg/pkga.tcl deleted file mode 100644 index e964f51..0000000 --- a/tests/pkg/pkga.tcl +++ /dev/null @@ -1,15 +0,0 @@ -# pkga.tcl -- -# -# Test package for pkg_mkIndex. This package provides Pkga, -# which is also provided by a DLL. -# -# Copyright (c) 1998 by Scriptics Corporation. -# All rights reserved. -# -# RCS: @(#) $Id: pkga.tcl,v 1.1 1998/12/04 06:28:11 welch Exp $ - -package provide Pkga 1.0 - -proc pkga_neq { x } { - return [expr {! [pkgq_eq $x]}] -} |