Remove code specific to MacOS Classic from core tests
[p5sagit/p5-mst-13.2.git] / t / op / method.t
index 46c4642..afa8cfb 100644 (file)
@@ -284,7 +284,6 @@ for my $meth (['Bar', 'Foo::Bar'],
 {
     fresh_perl_is(<<EOT,
 package UNIVERSAL; sub AUTOLOAD { my \$c = shift; print "\$c \$AUTOLOAD\\n" }
-sub DESTROY {} # IO object destructor called in MacOS, because of Mac::err
 package Xyz;
 package main; Foo->$meth->[0]();
 EOT