]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
Fix wrong expected value in t/31-atom-and.t
authorVincent Pit <vince@profvince.com>
Sun, 29 Nov 2009 13:09:45 +0000 (14:09 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 29 Nov 2009 13:09:45 +0000 (14:09 +0100)
t/31-atom-and.t

index 9dcf18c975509b8057b8dd0a992709140028f28e..7aec331fd07544cc7b89e12fd3c54cecb6a42620 100644 (file)
@@ -85,7 +85,7 @@ my @tests = (
  [ [ $a2, $a5 ] => $x_range ],
 
  [ [ $a3, $a3 ] => $a3 ],
- [ [ $a3, $a4 ] => $a4 ],
+ [ [ $a3, $a4 ] => $x_ver ],
  [ [ $a3, $a5 ] => $x_range ],
  [ [ $a3, $a6 ] => $x_range ],