X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-import.t;h=d27e6b9bd0c02adeff8cd9e7ebc2b7860873bb7c;hb=0f7334e9f0acbdac38c362be678bd6ecb658cb0b;hp=de0260adc6318df792db73f55062767bd4a997f6;hpb=c6e995c68b5384510061cde2d433e9506a3935f5;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/01-import.t b/t/01-import.t index de0260a..d27e6b9 100644 --- a/t/01-import.t +++ b/t/01-import.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 2 * 15; +use Test::More tests => 2 * 17; require Scope::Upper; @@ -15,6 +15,8 @@ my %syms = ( unwind => undef, want_at => ';$', uplevel => '&@', + uid => ';$', + validate_uid => '$', TOP => '', HERE => '', UP => ';$',