]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Also add localize_delete() to t/01-import.t
authorVincent Pit <vince@profvince.com>
Mon, 5 Jan 2009 10:33:21 +0000 (11:33 +0100)
committerVincent Pit <vince@profvince.com>
Mon, 5 Jan 2009 10:33:21 +0000 (11:33 +0100)
t/01-import.t

index ef8937c62b698542e158ec150d7aeb23dd039068..862d662ec3aa4e16428bec70fce6967f3fae12cf 100644 (file)
@@ -3,11 +3,11 @@
 use strict;
 use warnings;
 
-use Test::More tests => 9;
+use Test::More tests => 10;
 
 require Scope::Upper;
 
-for (qw/reap localize localize_elem TOP CURRENT UP DOWN SUB EVAL/) {
+for (qw/reap localize localize_elem localize_delete TOP CURRENT UP DOWN SUB EVAL/) {
  eval { Scope::Upper->import($_) };
  is($@, '', 'import ' . $_);
 }