projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
75585ce
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/op/qr_gc.t
b/t/op/qr_gc.t
index
5694269
..
db2e96e
100644
(file)
--- 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;
{