X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F10-good.t;h=715136127bda47187d806208427188c3cdb95239;hp=4addf5e7feda074560c0ef783fd0b0959c0d0ed0;hb=3b879bdf6ec7035d353f6c6fdeff405633dbf493;hpb=16e155017652cb3e07702075aae4bbdc512e1480 diff --git a/t/10-good.t b/t/10-good.t index 4addf5e..7151361 100644 --- a/t/10-good.t +++ b/t/10-good.t @@ -9,7 +9,7 @@ package main; use strict; use warnings; -use Test::More tests => 53 * 4; +use Test::More tests => 52 * 4; use feature 'state'; @@ -168,8 +168,6 @@ $obj = "apple ${\(new Hlagh)} pear" #### $obj = "apple @{[new Hlagh]} pear" #### -s/dongs/new Hlagh/e; -#### exec $x $x, @a; #### exec { $a[0] } @a;