X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=blobdiff_plain;f=t%2F06-want_at.t;h=540acda988492e21f86d13931a9dd0b1748d103f;hp=12df3f0d7ded69f826c4a89a7214ee5493ae6f77;hb=6e6aa503ec0f8dc6f7c01ac956f57d34eb1f7eda;hpb=f5baf3c7bce8c08d6475fdcdb20fe23798f5cd8b diff --git a/t/06-want_at.t b/t/06-want_at.t index 12df3f0..540acda 100644 --- a/t/06-want_at.t +++ b/t/06-want_at.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 19; +use Test::More tests => 18; use Scope::Upper qw; @@ -26,7 +26,6 @@ my $w; check want_at, undef, 'main : want_at'; check want_at(HERE), undef, 'main : want_at HERE'; -check want_at(UP), undef, 'main : want_at UP'; check want_at(-1), undef, 'main : want_at -1'; my @a = sub {