X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02_hash.t;fp=t%2F02_hash.t;h=c6646c10a246be7942c570412810f184181462c1;hb=5a7551626dffba6d13e64059529675ab944372cf;hp=6fd66d86495a67efea24630f8246a99a731b65e4;hpb=39baa1fda99986614022920b8fabd856c09c69b8;p=dbsrgits%2FDBM-Deep.git diff --git a/t/02_hash.t b/t/02_hash.t index 6fd66d8..c6646c1 100644 --- a/t/02_hash.t +++ b/t/02_hash.t @@ -97,9 +97,6 @@ is( scalar keys %$db, 1, "After deleting two keys, 1 remains" ); ## ok( $db->clear(), "clear() returns true" ); -# ~~~ Temporary band-aid until the fix for RT#50541 is merged -delete $db->{0}; - is( scalar keys %$db, 0, "After clear(), everything is removed" ); ##