X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F20-good.t;h=12a4a76bb6b5adcddd4bdceba487f8ced4120cc5;hp=f883537209281af88d55b32ce0e2bde45a3ed6d6;hb=ce2df2b3143e49d1d1531f6f76e270b973dffad2;hpb=ec48b957f1ab41d61e97f77b104a5b41f616af32 diff --git a/t/20-good.t b/t/20-good.t index f883537..12a4a76 100644 --- a/t/20-good.t +++ b/t/20-good.t @@ -9,7 +9,7 @@ package main; use strict; use warnings; -use Test::More tests => 80 * 8; +use Test::More tests => 74 * 8; BEGIN { delete $ENV{PERL_INDIRECT_PM_DISABLE} } @@ -241,18 +241,6 @@ $obj = "apple ${\($y->$meth)} pear" #### $obj = "apple @{[$y->$meth]} pear" #### -$obj = "apple ${\(new Hlagh)} pear" -#### -$obj = "apple @{[new Hlagh]} pear" -#### -$obj = "apple ${\(new $x)} pear" -#### -$obj = "apple @{[new $x]} pear" -#### -$obj = "apple ${\(new $y)} pear" -#### -$obj = "apple @{[new $y]} pear" -#### exec $x $x, @a; #### exec { $a[0] } @a;