X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=blobdiff_plain;f=t%2F13-prototypes.t;h=f33d81d54a9802da8b2f7eb168ad90646fb4a4e2;hp=19889d76a1834ee73595185763e7338e43b774eb;hb=6608416a53363055306406fd4eef5bfad5389b70;hpb=ec8262f6b90d1c456270cbe1678cb8ff2c80d660 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] }