X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpvbm.t;h=d074057282231fd4cc2715b05aa161552b8c9078;hb=95dc1714d10e347894254292580004dd194f58db;hp=9e3c6b2e0253ee54b7fbb887558b6f6be8068bba;hpb=4a3d023dd5db197387dca602995d16f5a5ce5690;p=p5sagit%2FDevel-Size.git diff --git a/t/pvbm.t b/t/pvbm.t index 9e3c6b2..d074057 100644 --- a/t/pvbm.t +++ b/t/pvbm.t @@ -17,8 +17,6 @@ if($Config{useithreads}) { } else { cmp_ok(total_size(PVBM), '>', total_size(PVBM . ''), "PVBMs don't cause SEGVs"); - local $TODO = 'PVBMs not yet handled properly in 5.10.0 and later' - if $] >= 5.010; cmp_ok(total_size(PVBM), '>', total_size(PVBM . '') + 256, "PVBMs use 256 bytes for a lookup table"); }