From: David Mitchell Date: Thu, 23 Apr 2009 17:13:08 +0000 (+0100) Subject: qr_gc.t is only TODO on 5.11.x+ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15a429282c81f4de88a288bd7c65c302f676da4c;p=p5sagit%2Fp5-mst-13.2.git qr_gc.t is only TODO on 5.11.x+ --- diff --git a/t/op/qr_gc.t b/t/op/qr_gc.t index 5694269..db2e96e 100644 --- a/t/op/qr_gc.t +++ b/t/op/qr_gc.t @@ -9,7 +9,9 @@ BEGIN { plan tests => 2; -$TODO = "leaking since 32751"; +if ($] >= 5.011) { # doesn't leak on 5.10.x + $TODO = "leaking since 32751"; +} my $destroyed; {