X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FB%2Ft%2Foptree_specials.t;h=5db9d020781f5f0b4815a11275fab4ad26bcce1e;hb=ce5d06123ae0253bf2e33033ffbfba16ce3bb79e;hp=9d2a36ea654ef96fc0d15e340675f9afad72c43a;hpb=676456c20d9092c3a5249acd38ce7d71e3ddeba8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/B/t/optree_specials.t b/ext/B/t/optree_specials.t index 9d2a36e..5db9d02 100644 --- a/ext/B/t/optree_specials.t +++ b/ext/B/t/optree_specials.t @@ -47,14 +47,6 @@ my @warnings_todo; . "propagated to 5.8.x") if $] < 5.009; -my @open_todo; -sub open_todo { - if (((caller 0)[10]||{})->{open}) { - @open_todo = (skip => "\$^OPEN is set"); - } -} -open_todo; - checkOptree ( name => 'BEGIN', bcopts => 'BEGIN', prog => $src,