X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F96_virtual_functions.t;h=7b21045fd02ce6d9ab9b9ea70c40433820181e27;hb=HEAD;hp=5ff7d41cf590271d406b4358734532056cd07854;hpb=417f635b9e397a107625ab7c71b85548cdf0e32d;p=dbsrgits%2FDBM-Deep.git diff --git a/t/96_virtual_functions.t b/t/96_virtual_functions.t index 5ff7d41..7b21045 100644 --- a/t/96_virtual_functions.t +++ b/t/96_virtual_functions.t @@ -103,9 +103,6 @@ my @methods = ( # If only I could use natatime(). *sighs* while ( @methods ) { my ($entry, $requirements) = splice @methods, 0, 2; - if ( $entry eq 'clear' ) { - diag "Please ignore the spurious die for clear. I can't figure out how to prevent it" - } while ( @$requirements ) { my ($class, $child_method) = splice @$requirements, 0, 2;