]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/20-good.t
Get rid of the linestr check
[perl/modules/indirect.git] / t / 20-good.t
index f883537209281af88d55b32ce0e2bde45a3ed6d6..12a4a76bb6b5adcddd4bdceba487f8ced4120cc5 100644 (file)
@@ -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;