Skip to content

Commit

Permalink
rewirte test
Browse files Browse the repository at this point in the history
  • Loading branch information
shelling committed Apr 8, 2009
1 parent 3079f65 commit 270a779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/02-inherit.t
Expand Up @@ -15,5 +15,5 @@ package main;
use_ok("Bar", qw(hello world spam));

$bar = Bar->new;
isa_ok($bar, "Foo", "Bar is not a Foo\n");
isa_ok($bar, "Spam", "Bar is not a Spam\n");
isa_ok($bar, "Foo", "Is Bar a Foo?");
isa_ok($bar, "Spam", "Is Bar a Spam?");

0 comments on commit 270a779

Please sign in to comment.