summaryrefslogtreecommitdiff
path: root/t/op/method.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/method.t')
-rwxr-xr-xt/op/method.t5
1 files changed, 1 insertions, 4 deletions
diff --git a/t/op/method.t b/t/op/method.t
index e957d825ff..bdbc8a9673 100755
--- a/t/op/method.t
+++ b/t/op/method.t
@@ -67,11 +67,8 @@ sub C::e;
sub Y::f;
$counter = 0;
-@Y::ISA = 'B';
-*Y::AUTOLOAD = *B::AUTOLOAD;
-
@X::ISA = 'Y';
-*X::AUTOLOAD = *Y::AUTOLOAD;
+@Y::ISA = 'B';
sub B::AUTOLOAD {
my $c = ++$counter;