diff options
Diffstat (limited to 'contrib/perl5/t/lib/tie-splice.t')
-rwxr-xr-x | contrib/perl5/t/lib/tie-splice.t | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/perl5/t/lib/tie-splice.t b/contrib/perl5/t/lib/tie-splice.t deleted file mode 100755 index d7ea6cc..0000000 --- a/contrib/perl5/t/lib/tie-splice.t +++ /dev/null @@ -1,17 +0,0 @@ -#!./perl - -BEGIN { - chdir 't' if -d 't'; - @INC = '.'; - push @INC, '../lib'; -} - -# bug id 20001020.002 -# -dlc 20001021 - -use Tie::Array; -tie @a,Tie::StdArray; -undef *Tie::StdArray::SPLICE; -require "op/splice.t" - -# Pre-fix, this failed tests 6-9 |