Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Untodo a test thanks to isa fixes
  • Loading branch information
Tadeusz Sośnierz committed Jul 7, 2011
1 parent 9cd2db4 commit 9fb8447
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/pod/01-delimited.t
Expand Up @@ -5,7 +5,6 @@ my $r;
=end foo

$r = $POD[0];
todo 'isa_ok broken?';
isa_ok $r, Pod__Block, 'returns a Pod Block';
isa_ok $r, Pod__Block__Named, 'returns a named Block';
is $r.name, 'foo', 'name is ok';
Expand Down

0 comments on commit 9fb8447

Please sign in to comment.