]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/32-hash.t
Importing Variable-Magic-0.02.tar.gz
[perl/modules/Variable-Magic.git] / t / 32-hash.t
index 74eabb81ab038980349add35fc474a56eae7e036..44510dc10224d09543105a9448f5cd20f4ac0b62 100644 (file)
@@ -64,9 +64,9 @@ ok(check(), 'hash : each');
 
 {
  my %b = %n;
-# cast %b, $wiz;
+ cast %b, $wiz;
 }
-#++$x[4];
+++$x[4];
 ok(check(), 'hash : scope end');
 
 undef %a;