qr_gc.t is only TODO on 5.11.x+
David Mitchell [Thu, 23 Apr 2009 17:13:08 +0000 (18:13 +0100)]
t/op/qr_gc.t

index 5694269..db2e96e 100644 (file)
@@ -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;
 {