X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=blobdiff_plain;f=t%2F42-deparse.t;h=be7e3024e7b5d0fdadd7e0207d5c069f65679c9a;hp=436b03d2bc4d9472ea1f1b5a8ca61361c6bab4b4;hb=dbff488a5a427fafbbe3b561436c0f81247cc525;hpb=be0d2bc6eefe4e2401f865deee64c9a45133b747 diff --git a/t/42-deparse.t b/t/42-deparse.t index 436b03d..be7e302 100644 --- a/t/42-deparse.t +++ b/t/42-deparse.t @@ -8,8 +8,7 @@ use Test::More; use lib 't/lib'; use VPIT::TestHelpers; -load_or_skip('B::Deparse', undef, [ ], - 'required to test round-trip deparsing compatibility'); +load_or_skip_all('B::Deparse', undef, [ ]); plan tests => 2;