]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Typo in test description
authorVincent Pit <vince@profvince.com>
Thu, 12 Mar 2009 16:00:25 +0000 (17:00 +0100)
committerVincent Pit <vince@profvince.com>
Thu, 12 Mar 2009 16:00:25 +0000 (17:00 +0100)
t/13-reap-ctl.t

index 2d15fe568bbd099f97ebd1b901a10e96206e4775..cff7601f9432b7053a4fa0797c93d46f4815c236 100644 (file)
@@ -137,7 +137,7 @@ $y = undef;
  };
  is $@, "reaped\n", 'die in reap at eval [ok - $@]';
  is $x, 1, 'die in reap at eval [ok - x]';
- is $y, 1, 'die in reap at Eval [ok - y]';
+ is $y, 1, 'die in reap at eval [ok - y]';
 }
 
 $y = undef;