X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F13-prototypes.t;h=f33d81d54a9802da8b2f7eb168ad90646fb4a4e2;hb=6f47d20cad7a5dd966f42acf2a4975882df7323f;hp=19889d76a1834ee73595185763e7338e43b774eb;hpb=e531c89b3ecbc5d58156f71c5324f5f253459864;p=perl%2Fmodules%2FB-RecDeparse.git diff --git a/t/13-prototypes.t b/t/13-prototypes.t index 19889d7..f33d81d 100644 --- a/t/13-prototypes.t +++ b/t/13-prototypes.t @@ -5,7 +5,6 @@ use warnings; use Test::More tests => (3 + 3) * 5; -use B::Deparse; use B::RecDeparse; sub add ($$) { $_[0] + $_[1] }