X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F800_shikabased%2F010-isa-or.t;h=ef867433ade8f88f2daef1df96c39eb6486116e3;hp=0b42f5cb1163dae032bfec17e21376ed573e7bc7;hb=684db121da77d6c63be5a58e33606907ca2aa4fb;hpb=c68b41108207ca7568f6f99a66cb6d202623a236 diff --git a/t/800_shikabased/010-isa-or.t b/t/800_shikabased/010-isa-or.t index 0b42f5c..ef86743 100644 --- a/t/800_shikabased/010-isa-or.t +++ b/t/800_shikabased/010-isa-or.t @@ -32,7 +32,7 @@ my $f = Foo->new; eval { $f->bar([]); }; -ok !$@; +ok !$@, $@; is $f->bar, 'Baz', 'bar is baz (coerce from ArrayRef)'; eval {