X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F21-bad.t;h=c5944622871bd5cec19b0916779725f78d2e9cdf;hp=5984ef03ba031984995b00508c9d464162b7ba57;hb=485841aab90380ffecbe0f217eb234a64f69bb25;hpb=f136bf535929d8e3d552f0e1c28e44bcc7b5c006 diff --git a/t/21-bad.t b/t/21-bad.t index 5984ef0..c594462 100644 --- a/t/21-bad.t +++ b/t/21-bad.t @@ -219,7 +219,7 @@ $obj = new $x qr{foo\s+bar}, 1 .. 1; ---- [ 'new', '$x' ] #### -$obj = new $x(qw/bar baz/); +$obj = new $x(qw); ---- [ 'new', '$x' ] ####