X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F30-scope.t;h=e83819de0b6c6b8ab47a89e179e226cf0ae99320;hp=dc2870ca5c9d2fdf8bd981ddd14248ca6f1716f8;hb=f23fcd5b540fd0b7a075ba6c71d7e6d3245a7dd5;hpb=7f2abe70c4334df1462a163d36bd809dd21d915e diff --git a/t/30-scope.t b/t/30-scope.t index dc2870c..e83819d 100644 --- a/t/30-scope.t +++ b/t/30-scope.t @@ -137,9 +137,9 @@ sub expect { "pragma leak when reusing callback test doesn't croak prematurely"; is_deeply \@w, [ ], "pragma leak when reusing callback test doesn't warn"; - is_deeply \@err, [ map "indirect::TestRequired3$_", qw/X Z/ ], + is_deeply \@err, [ map "indirect::TestRequired3$_", qw ], "pragma leak when reusing callback test caught the right errors"; - is_deeply \@main::new, [ map "indirect::TestRequired3$_", qw/X Y Z/ ], + is_deeply \@main::new, [ map "indirect::TestRequired3$_", qw ], "pragma leak when reusing callback test ran the three constructors"; }